curl --location --request GET 'https://api.ticaret.pro/crm/assignment-audit?providerSessionId&page&limit&from&to&actorId&assignedUserId&assignedGroupId&remoteJid&messageId&action' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"accountId": "string",
"providerSessionId": "string",
"action": "string",
"actorType": "string",
"actorId": "string",
"userId": "string",
"apiAccountId": "string",
"ip": "string",
"userAgent": "string",
"groupId": "string",
"targetType": "string",
"remoteJid": "string",
"messageId": "string",
"assignedUserId": "string",
"assignedGroupId": "string",
"previousAssignment": null,
"nextAssignment": null,
"affectedCount": 0,
"targets": [
{}
],
"metadata": null,
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"page": 0,
"limit": 0,
"total": 0
}
}