{
"userId": "1",
"emailId": "1"
}curl --location --request POST 'https://venuehelper.api.voc2018.com/authentication/token/email/send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "1",
"emailId": "1"
}'{
"statusCode": 200,
"message": "操作成功",
"data": null
}