curl --location --request GET '/medemr/security/user/getUserInfoByAccount?account=000354' \
--header 'Authorizations: {{token}}'
{
"body": {
"account": "string",
"appId": "string",
"description": "string",
"id": "string",
"lock": true,
"manager": true,
"name": "string",
"operDate": "2019-08-24T14:15:22Z",
"operId": "string",
"password": "string",
"person": "string"
},
"resultCode": "string",
"resultMessage": "string"
}