{
"nickname":"小小宝",
"gender":"女",
"email":"cuza@qq.com",
"phone":"3322",
"balance":233
}curl --location --request PUT '127.0.0.1:8400/user' \
--header 'satoken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname":"小小宝",
"gender":"女",
"email":"cuza@qq.com",
"phone":"3322",
"balance":233
}'{
"code": 200,
"msg": "string",
"data": "string"
}