Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request GET 'https://api.ticaret.pro/crm/identity-mappings/unmatched?providerSessionId&page&limit&q' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"providerSessionId": "string",
"remoteJid": "string",
"phone": "string",
"title": "string",
"chatType": "string",
"lastMessageAt": "2019-08-24T14:15:22.123Z"
}
],
"page": 0,
"limit": 0,
"total": 0
}
}