Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/emprestimos/fgts/operacao/inclui' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpfPessoa": "99999999999",
"numeroParcelas": 2
}'
{
"id": "string"
}