curl --location --request GET 'https://api.ticaret.pro/wa/label-audit?providerSessionId&from&to&actorId&labelId&remoteJid&messageId&action&page&limit' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"accountId": "string",
"providerSessionId": "string",
"action": "string",
"actorType": "string",
"actorId": "string",
"labelId": "string",
"targetType": "string",
"remoteJid": "string",
"messageId": "string",
"previousLabels": [
{
"id": "string",
"accountId": "string",
"name": "string",
"color": "string",
"description": "string",
"status": "active",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"entityVersion": "string"
}
],
"nextLabels": [
{
"id": "string",
"accountId": "string",
"name": "string",
"color": "string",
"description": "string",
"status": "active",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"entityVersion": "string"
}
],
"ip": "string",
"userAgent": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"page": 0,
"limit": 0,
"total": 0
}
}