{
"event": "verify",
"email": "1591788658@qq.com",
"captcha": "quis in",
"captcha_key": "aliquip cillum"
}
curl --location --request POST 'http://127.0.0.1:8000/api/v2/mail/send' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "verify",
"email": "1591788658@qq.com",
"captcha": "quis in",
"captcha_key": "aliquip cillum"
}'
{
"status": "success",
"message": "successful",
"time": 1721269493
}