Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request GET 'https://api.ticaret.pro/wa/contacts?providerSessionId&q&type&page&limit' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"providerSessionId": "string",
"jid": "string",
"type": "direct",
"displayName": "string",
"phone": "string",
"profilePhoto": null,
"updatedAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"entityVersion": "string"
}
],
"page": 0,
"limit": 0,
"total": 0
}
}