Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/emprestimos/fgts/operacoes/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"page": 1,
"totalPages": 1,
"totalItems": 2,
"paginationToken": "string",
"data": [
{
"creditNoteNo": 2288,
"status": "Revision",
"statusDisplay": "Revisão",
"id": "68096d9c-a71f-480d-9182-afdfb97b8a2e",
"createdAt": "2022-11-22T15:19:58.699283-03:00",
"requestedAmount": 10000
}
]
}