{
"user_id": 0,
"name": "string",
"major": [
"string"
],
"university": "string",
"headphoto": "string",
"backgroundphoto": "string",
"signature": "string",
"introduce": "string"
}curl --location --request POST 'https://www.nonhana-server.cn:4000/user/edit-user-info' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"name": "string",
"major": [
"string"
],
"university": "string",
"headphoto": "string",
"backgroundphoto": "string",
"signature": "string",
"introduce": "string"
}'{
"result_code": 0,
"result_msg": "Ut dolore Lorem"
}