curl --location --request GET '/contacts' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"name": "string",
"email": "string",
"phoneNumber": "string",
"assistantId": "string",
"blocked": true,
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"page": 0,
"limit": 0
}