Authorization: Bearer ********************curl --location '/api/operation-log/' \
--header 'Authorization: Bearer <token>'{
"action": "string",
"businessType": "Other",
"businessTypeText": "string",
"clientIp": "string",
"createTime": "string",
"duration": 0,
"errorMsg": "string",
"id": 0,
"ipLocation": "string",
"module": "string",
"requestMethod": "string",
"requestParams": null,
"requestUrl": "string",
"responseBody": null,
"responseCode": -32768,
"status": "Success",
"statusText": "string",
"userAgent": "string",
"userId": 0,
"userName": "string"
}