Authorization: Bearer ********************curl --location '/queries/clients//protests/' \
--header 'Authorization: Bearer <token>'{
"totalsCities": 1,
"valueTotalOfProtests": 100,
"totalCompanies": 1,
"date": "string",
"items": [
{
"company": "string",
"value": 100,
"date": "01/01/2025",
"city": "São Paulo",
"uf": "SP"
}
]
}