Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/emprestimos/fgts/estados-civis' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"lista_estados_civis": [
"string"
]
}