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