curl --location '/v4/api/contacts/?page=undefined&perPage=undefined&q=undefined' \
--header 'Authorization: Bearer <token>'{
"contacts": [
{
"id": "string",
"accountId": "string",
"name": "string",
"email": "string",
"phoneNumber": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"page": 0,
"perPage": 0,
"totalPages": 0,
"totalCount": 0
}
}