Authorization: Bearer ********************curl --location 'http://dev-cn.your-api-server.com/v1/audit-log?offset=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"list": [
{
"operator": "string",
"ip": "string",
"resource": "string",
"action": "string",
"status": 0,
"msg": "string",
"opTime": 0
}
],
"total": 0
}