curl --location --request GET 'https://api.ticaret.pro/crm/customers//activity?page&limit&action' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"rows": [
{
"id": "string",
"accountId": "string",
"providerSessionId": "string",
"action": "string",
"actorType": "string",
"actorId": "string",
"customerId": "string",
"contactId": "string",
"mappingId": "string",
"whatsappJid": "string",
"phone": "string",
"remoteJid": "string",
"previous": null,
"next": null,
"metadata": null,
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"page": 0,
"limit": 0,
"total": 0
}
}