Authorization: ********************curl --location --request GET 'https://api-homolog.docsend.com.br/api/v1/arquivos/documentos-extras/cliente/?tenantId' \
--header 'Authorization: Bearer <token>'{
"documentosPorMes": [
{
"mesReferencia": "2019-08-24",
"arquivos": [
{
"id": 0,
"nome": "string",
"tamanho": 0,
"tipo": "string",
"solicitacaoDocumentoId": 0,
"tipoDocumento": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"documentoId": 0,
"isAusente": true,
"motivoAusencia": "string"
}
]
}
]
}