{
"nickname": "string",
"gender": "string",
"age": 0,
"educationalBackground": 0,
"maritalState": 0,
"contact": "string",
"socialContact": "string",
"occupation": 0,
"idnumber": "string",
"adcode": "string"
}
curl --location --request POST '/api/applet/user/update' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "string",
"gender": "string",
"age": 0,
"educationalBackground": 0,
"maritalState": 0,
"contact": "string",
"socialContact": "string",
"occupation": 0,
"idnumber": "string",
"adcode": "string"
}'
{
"code": 0,
"message": "string"
}