Authorization: ********************curl --location --request GET 'https://api-homolog.docsend.com.br/api/v1/arquivos/aprovacoes-pendentes/cliente/?tenantId' \
--header 'Authorization: Bearer <token>'{
"kpis": {
"totalArquivos": 0,
"totalAusencias": 0,
"totalSolicitacoes": 0,
"totalDocumentosExtras": 0
},
"aprovacoesPorMes": [
{
"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"
}
]
}
]
}