Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/emprestimos/fgts/simulacao/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"liquidValue": 100000,
"apr": 0.0204,
"termInMonths": 10
}