curl --location 'https://api.comtele.com.br/api-tokens/validate' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"code": "string",
"phoneNumber": "string"
}'{
"hasError": true,
"message": "string",
"totalRecords": 0,
"errors": [
"string"
],
"object": {
"isValid": true,
"code": "string",
"usedDate": "2019-08-24T14:15:22.123Z"
}
}