Authorization: Bearer ********************
curl --location --request POST 'https://user.mslmc.net/api/user/updateInfo' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'nickname=用户名' \
--data-urlencode 'qq=10001'
{
"code": 200,
"msg": "用户信息更新成功!"
}