Authorization: Bearer ********************{
"emailAddress": "2205822495@qq.com",
"verificationCode": "047623"
}curl --location --request POST 'https://venuehelper.api.voc2018.com/authentication/emails' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"emailAddress": "2205822495@qq.com",
"verificationCode": "047623"
}'{
"statusCode": 200,
"message": "操作成功",
"data": null
}