Serviço exclusivo para processadora Cards.
Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/portadores//senhas/sms' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"httpStatus": "OK",
"mensagens": [
"SMS enviado com sucesso."
]
}