{
"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
}
}
}