curl --location --request GET 'https://api.comtele.com.br/contacts' \
--header 'x-api-key: <api-key>'{
"hasError": true,
"message": "string",
"totalRecords": 0,
"errors": [
"string"
],
"object": [
{
"id": 0,
"name": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"validContacts": 0
}
]
}