curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/emprestimos/pix-card/operacao/confirma' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpfPessoa": "99999999999",
"idPortador": 2023,
"valorPago": 100,
"numeroParcelas": 2,
"numeroContrato": "2",
"arquivo": "Ut in",
"ispb": 198921,
"numeroConta": "1234",
"numeroAgencia": "2020",
"tipoConta": "CC",
"tipoBeneficiario": "F",
"registroNacional": "03967703045",
"nomeBeneficiario": "Seiya de Pegaso",
"chave": "[email protected]",
"emv": "00020126340014BR.DOCK.PIX……",
"descricaoPagador": "Pagamento de parcela"
}'