Authorization: ********************curl --location '/admin/logs?page=undefined&limit=undefined&action=undefined&resource=undefined' \
--header 'Authorization: Bearer <token>'{
"logs": [
{
"id": 0,
"user_id": 0,
"action": "string",
"resource": "string",
"details": "string",
"status": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"page": 0,
"limit": 0,
"totalPages": 0
}