curl --location --request GET 'https://staging.syncode.anggita.org/api/admin/audit-logs?cursor&limit&action&actorId&targetId&fromDate&toDate' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"action": "string",
"actor": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"username": "string"
},
"target": {
"type": "user",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"label": "string"
},
"details": {},
"ip": "string",
"timestamp": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"nextCursor": "string",
"hasMore": true
}
}