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