Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/acheron/ecommerce/payments/?requestId&meioPagamento' \
--header 'AppKey;' \
--header 'AppToken;' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"paymentId": "string",
"status": "approved",
"nsu": "string",
"message": "string"
}