curl --location 'https://api.comtele.com.br/short-links' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"destinationUrl": "string"
}'{
"hasError": true,
"message": "string",
"object": {
"id": 0,
"code": "string",
"shortUrl": "string",
"destinationUrl": "string",
"createdAt": "string",
"updatedAt": "string",
"accessCount": 0,
"humanAccessCount": 0,
"botAccessCount": 0
},
"totalRecords": 0,
"errors": [
"string"
]
}