curl --location --request POST '/messages/sms/send' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"receivers": [
5516988887777
],
"contactGroups": [],
"message": "Sms Teste",
"route": 17,
"tag": "API-sending",
"custom": "Testes"
}'{
"hasError": true,
"message": "string",
"totalRecords": 0,
"errors": [
"string"
],
"object": null
}