Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/acheron/vtex/payments//cancellations' \
--header 'X-VTEX-API-AppKey;' \
--header 'X-VTEX-API-AppToken;' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentId": "string",
"requestId": "string"
}'
{
"paymentId": "string",
"requestId": "string",
"message": "string",
"cancellationId": "string",
"status": "string"
}