curl --location --request GET 'http://localhost:8027/system/getUserOperationLog' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": [
{
"name": "string",
"content": "string",
"time": "2019-08-24T14:15:22Z"
}
]
}