Authorization: Bearer ********************curl --location '/api/operation-log/list?action=undefined&businessType=undefined&clientIp=undefined&endTime=undefined&module=undefined&requestMethod=undefined&requestUrl=undefined&responseCode=undefined&startTime=undefined&status=undefined&userName=undefined&page=undefined&size=undefined' \
--header 'Authorization: Bearer <token>'{
"content": [
{
"action": "string",
"businessType": "Other",
"businessTypeText": "string",
"clientIp": "string",
"createTime": "string",
"duration": 0,
"id": 0,
"ipLocation": "string",
"module": "string",
"requestMethod": "string",
"status": "Success",
"statusText": "string",
"userName": "string"
}
],
"page": 0,
"size": 0,
"total_elements": 0,
"total_pages": 0
}