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