curl --location 'https://api.comtele.com.br/short-links?skip=undefined&limit=&filter=undefined' \
--header 'x-api-key: <api-key>'{
"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"
]
}