curl --location '/queries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clients": [
"string"
],
"products": [
"string"
]
}'{
"items": [
{
"id": "string",
"queryId": "string",
"queries": {
"antecedentes": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"car": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"check-bioma": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"cnd-ba": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"cnd-es": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"cnd-mt": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"cnd-pa": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"cnd-sp": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"credit-restrictives-fif-pf": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"ibama-autuacoes": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"ibama-cnd": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"ibama-regularidade": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"icmbio-embargos": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"kyc": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"protestos": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"sema": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
],
"trabalho-escravo": [
{
"queryId": "string",
"status": "string",
"createdAt": "string",
"completedAt": "string",
"requestedBy": {
"id": "string",
"name": "string"
},
"taxId": "string"
}
]
}
}
]
}