{
"avatar": "445224199708265151",
"nick_name": "郑海兵",
"mobile":"233"
}
curl --location --request POST '/api/system/t_user/update_info/' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{
"avatar": "445224199708265151",
"nick_name": "郑海兵",
"mobile":"233"
}'
{}