Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/acheron/token-ecommerce' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tokenCards": "string",
"estabelecimentos": [
"string"
],
"tipoToken": "ECOMMERCE",
"tipoAutorizador": "RETAIL"
}'
{
"key": "string",
"token": "string",
"msg": "Token cadastrado"
}