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