curl --location 'https://api.comtele.com.br/api-tokens/create' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"prefix": "string",
"phoneNumber": "string",
"expireInMinutes": 0,
"enforceSecureValidation": true
}'{
"hasError": true,
"message": "string",
"totalRecords": 0,
"errors": [
"string"
],
"object": {
"content": "string",
"receivers": [
"string"
],
"sender": "string"
}
}