curl --location --request GET 'http://127.0.0.1:3000/api/v1/system/logs?page&size&level&start_date&end_date&module'{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": "string",
"level": "info",
"message": "string",
"module": "auth",
"user_id": 0,
"ip_address": "string",
"user_agent": "string",
"details": {},
"created_at": "2019-08-24T14:15:22Z"
}
],
"pagination": {
"page": 1,
"size": 1,
"total": 0,
"pages": 0
}
},
"timestamp": "2019-08-24T14:15:22Z"
}