Authorization: Bearer ********************{
"type": 3,
"email": "201436728@qq.com"
}curl --location --request POST '/sendVerifyCode' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 3,
"email": "201436728@qq.com"
}'{
"code": 0,
"msg": "string",
"data": {}
}