Authorization: Bearer ********************{
"userId": 28,
"degree": "1",
"grade": "1",
"college": "2",
"major": "25",
"email": "z.sxshe@qq.com",
"apartment": "12",
"dormitory": "A245",
"telephone": "18152226395",
"homeAddress": "安徽省大庆市颍上县",
"political": "3",
"marry": "0",
"status": "4"
}curl --location --request POST 'localhost:8080/grow/userInfo/updateUserInfo' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 28,
"degree": "1",
"grade": "1",
"college": "2",
"major": "25",
"email": "z.sxshe@qq.com",
"apartment": "12",
"dormitory": "A245",
"telephone": "18152226395",
"homeAddress": "安徽省大庆市颍上县",
"political": "3",
"marry": "0",
"status": "4"
}'{}