curl --location --request GET 'http://k28hrq.natappfree.cc/arbitrage/user/info/' \
--header 'Authorization: Bearer {{pc_token}}' \
--header 'Authorization;' \
--header 'Accept-Language: en-US'
{
"data": {
"id": "string",
"loginName": "string",
"realName": "string",
"mail": "string",
"nickName": "string",
"intro": "string",
"state": true,
"systemAdmin": true,
"createTime": "string",
"effectiveRoleNames": [
"string"
],
"invalidRoleNames": [
"string"
],
"roleIds": [
0
],
"menuButtonList": [
{
"id": 0,
"type": 0,
"locale": "string",
"requiresAuth": true,
"accessCodes": [
"string"
],
"name": "string",
"path": "string",
"icon": "string",
"hideInMenu": true,
"hideChildrenInMenu": true,
"noAffix": true,
"menuOrder": 0,
"children": [
{}
]
}
]
},
"error": null
}