curl --location 'https://gyra-core.gyramais.com.br/report/analyze' \ --header 'Authorization: Bearer abc123' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "string", "approved": true, "commentary": "Aprovado após análise manual." }'
{ "id": "69a207bcdd0197828df9155a", "analystId": "6610684663774970a8cf738d", "analystName": "Usuário API", "policyStatus": "APPROVED", "commentary": "Aprovado após análise manual.", "status": { "id": "6614758260513064a5af1044", "value": "APPROVED", "title": "Aprovado" }, "updatedAt": "2026-02-27T21:12:10.110Z" }
Informar decisão manual para um relatório
Authorization
{ "id": "string", "approved": true, "commentary": "Aprovado após análise manual." }
Enter JWT token
The body is of type object.
object