Authorization: Bearer ********************{
"email": "547897176@qq.com",
"phoneNum": "15220089891"
}curl --location --request POST 'https://www.html-js.cn/api/user/bindInfo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "547897176@qq.com",
"phoneNum": "15220089891"
}'{}