curl --location --request GET '/admin-api/system/oauth2/user/get' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"id": 1,
"username": "hici",
"nickname": "hici",
"email": "iot@testcloud.com",
"mobile": "15601691300",
"sex": 1,
"avatar": "https://www.testcloud.com/xxx.png",
"dept": {
"id": 1,
"name": "研发部"
},
"posts": [
{
"id": 1,
"name": "开发"
}
]
},
"msg": "string"
}