Authorization: Bearer ********************
{
"user_info": {
"user_id": 0,
"gender": 0,
"enrollment_year": 0,
"mobile_phone": "string",
"college": "string",
"nickname": "string",
"realname": "string",
"avatar_url": "string",
"has_profile": true
}
}
curl --location --request POST 'http://101.35.229.143:8888/fusion/user/info/upload' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_info": {
"user_id": 0,
"gender": 0,
"enrollment_year": 0,
"mobile_phone": "string",
"college": "string",
"nickname": "string",
"realname": "string",
"avatar_url": "string",
"has_profile": true
}
}'
{
"status_code": 0,
"status_msg": "string"
}