curl --location '/admin/logs/user/?page=undefined&limit=undefined'{
"data": [
{
"Action": "string",
"CreatedAt": "string",
"Detail": {
"property1": "string",
"property2": "string"
},
"ID": 0,
"IPAddress": "string",
"Resource": "string",
"ResourceID": "string",
"UserID": "string"
}
],
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}