Authorization: Bearer ********************{
"messageType": "0",
"sendType": "2",
"email": "doramart@qq.com"
}curl --location --request POST 'https://www.html-js.cn/api/user/sendVerificationCode?phoneNum=15220089891&countryCode=86' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageType": "0",
"sendType": "2",
"email": "doramart@qq.com"
}'{}