curl --location --request PUT 'https://fva.hygc.site/api/user/updateBaseUserInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"gender": 0
}'{
"code": 200,
"msg": "操作成功!",
"data": {
"property1": "string",
"property2": "string"
},
"success": true,
"time": ""
}