Authorization: Bearer ********************curl --location --request GET '/eims/api/v1/admin/log' \
--header 'Authorization: Bearer <token>'{
"total": "",
"page": "",
"pages": "",
"pageSize": "",
"data": [
{
"module": "",
"type": "",
"content": "",
"success": false,
"operatorName": "",
"operatorMobile": "",
"operatorIp": "",
"createdTime": ""
}
]
}