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