curl --location 'https://wazap-ai-api.up.railway.app/external/v1/accounts/contacts?page=undefined&limit=undefined&search=undefined' \
--header 'X-Company-Token: <api-key>' \
--header 'X-Account-Token: <api-key>'{
"success": true,
"data": {
"contacts": [
{
"id": 0,
"phoneNumber": "string",
"name": "string",
"profilePicUrl": "string"
}
],
"pagination": {
"currentPage": 0,
"totalPages": 0,
"totalContacts": 0,
"limit": 0,
"hasNext": true,
"hasPrev": true
}
}
}