Authorization: Bearer ********************{
"assets": {
"property1": "string",
"property2": "string"
},
"interest_tags": [
"string"
],
"tokens": 0,
"nickname": "string",
"avatar": "string",
"bio": "string",
"wechat_id": "string",
"qq_id": "string",
"phone": "string",
"gender": 0,
"school": "string",
"college": "string",
"birthday": "string"
}curl --location --request PUT '/api/v1/users/me/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"assets": {
"property1": "string",
"property2": "string"
},
"interest_tags": [
"string"
],
"tokens": 0,
"nickname": "string",
"avatar": "string",
"bio": "string",
"wechat_id": "string",
"qq_id": "string",
"phone": "string",
"gender": 0,
"school": "string",
"college": "string",
"birthday": "string"
}'{
"code": 0,
"message": "success",
"data": {
"assets": {
"property1": "string",
"property2": "string"
},
"interest_tags": [
"string"
],
"tokens": 0,
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
"nickname": "string",
"avatar": "string",
"bio": "string",
"wechat_id": "string",
"qq_id": "string",
"phone": "string",
"post_count": 0,
"follower_count": 0,
"following_count": 0,
"total_likes": 0,
"total_favorites": 0,
"role": "string",
"level": 0,
"points": 0,
"gender": 0,
"school": "string",
"college": "string",
"birthday": "string",
"create_time": "string"
}
}