curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/acheron/ecommerce/payments?meioPagamento&returnInvoice' \
--header 'AppKey;' \
--header 'AppToken;' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"card": {
"csc": "111",
"document": "01234567890",
"expiration": {
"month": "11",
"year": "28"
},
"holder": "PORTADOR MOCK",
"number": "6505000000002001"
},
"currency": "986",
"installments": 3,
"merchantName": "TesteAut",
"paymentId": "671635",
"paymentMethod": "X",
"value": 35.33,
"returnInvoice": "S",
"adminInstallments": "N"
}'