{
"id": 72,
"password": "123456",
"pwd_confirm": "123456",
"username": "会员",
"mobile": "12306",
"email": "12306@163.com",
"rank_id": 9
}curl --location --request POST '/adminapi/user/user/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 72,
"password": "123456",
"pwd_confirm": "123456",
"username": "会员",
"mobile": "12306",
"email": "12306@163.com",
"rank_id": 9
}'{}