curl --location --request GET '/admin-api/wol/human-log/list' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": [
{
"id": 0,
"userCode": "string",
"processCode": "string",
"operation": "string",
"params": "string",
"errorInfo": "string",
"insertTime": "2019-08-24T14:15:22.123Z",
"transMap": {
"property1": {},
"property2": {}
}
}
],
"msg": "string"
}