curl --location --request GET '/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:22Z",
"validContacts": 0
}
]
}