Authorization: Bearer ********************
curl --location --request POST 'https://api.klever.tec.br/api/v2/ondemand/analysis-documents/?type' \
--form 'files=@""'
[
{
"analysisTypes": [
"INDIVIDUAL"
],
"cnpj": "string",
"created": "2019-08-24T14:15:22Z",
"descriptionState": "string",
"discarded": true,
"document": {
"created": "2019-08-24T14:15:22Z",
"ext": "string",
"name": "string",
"type": "GENERIC",
"url": "string"
},
"documentDate": "2019-08-24",
"id": "string",
"modified": "2019-08-24T14:15:22Z",
"organizationId": "string",
"rejectionType": "DUPLICATED",
"socialReason": "string",
"state": "ERROR",
"type": "GENERIC",
"yearMonths": [
"string"
]
}
]