{ "email": "xxxxx@qq.com" }
curl --location --request POST 'http://127.0.0.1:8888/mail/code/send/register' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "xxxxx@qq.com" }'
{}