curl --location --request GET 'http://develop.tianxin.supermind.quant-chi.com:8045/api/user/user/encTransform?userId=' \
--header 'Authorization;'{
"body": {
"userId": "string",
"userName": "string",
"account": "string",
"mobile": "string",
"roleId": 0,
"orgName": "string",
"remark": "string",
"menuList": [
{
"menuCode": "string",
"menuName": "string",
"menuPath": "string",
"menuIconPath": {
"activeIconPath": "string",
"notActiveIconPath": "string"
}
}
],
"createTime": "string",
"updateTime": "string"
},
"header": {
"code": 0,
"message": "string"
}
}