{
"code": "123456"
}curl --location --request POST '/profile/email/verify' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "123456"
}'{
"code": 20000,
"data": {
"message": "邮箱验证成功",
"verified": true
},
"msg": null
}