Authorization: Bearer ********************{
"id": "string",
"account": "string",
"password": "string",
"userName": "string",
"headImage": "string",
"email": "string",
"phone": "string",
"sex": 0,
"status": 0,
"notes": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'http://127.0.0.1:8181/yiyi/sys/user/editUser' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"account": "string",
"password": "string",
"userName": "string",
"headImage": "string",
"email": "string",
"phone": "string",
"sex": 0,
"status": 0,
"notes": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z"
}'{
"code": 0,
"message": "string",
"data": "string"
}