Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/emprestimos/fgts/saldo/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"score": 0,
"doc": "46376232000",
"id": "68096d9c-a71f-480d-9182-afdfb97b8a2e",
"dataSet": "fgts",
"status": "Ok",
"result": {
"cpfTrabalhador": "46376232000",
"dataSaldo": "06/10/2022",
"existeSaldoDesconsiderado": false,
"qtdPedidos": 0,
"periodos": [
{
"valor": 23197.33,
"dataRepasse": "01/12/2023"
}
]
}
}