Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/emprestimos/pix-card/operacao/aprova/credito' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpfPessoa": "99999999999",
"limiteRequisitado": 0
}'
{}