Authorization: Bearer ********************{
"phoneNum": "12345678909"
}curl --location --request POST 'https://www.html-js.cn/api/user/updateInfo?name=生哥&gender=1&introduction=DoraCMS作者&company=DoraCMS&position=开发者&website=https://doramart.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNum": "12345678909"
}'{}