{
"userId": 0,
"username": "string",
"password": "string",
"mobile": "string"
}curl --location --request PUT '/test/user/update' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"username": "string",
"password": "string",
"mobile": "string"
}'{
"code": 0,
"msg": "",
"data": ""
}