curl --location --request POST 'https://www.faciledoc.com.br/api/v1/datalens/analisar/cnpj-sintegra/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"cnpj": "12345678901234",
"IE": "123456789012",
"UF": "UF",
"status": "ativo"
},
{
"cnpj": "12345678901234",
"IE": "123456789012",
"UF": "UF",
"status": "inativo"
}
]
}'{
"api_versao": "string",
"req_data": "string",
"req_status": 0,
"req_msg": "string",
"dados": {
"doc": 0,
"nome": "string"
}
}