{ "email": "string", "cid": 0 }
curl --location --request POST 'http://127.0.0.1:6810/api/codes' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "string", "cid": 0 }'
{ "code": "SEND_EMAIL_SUCCESS", "message": "邮件发送成功", "data": { "email": "halfnothingno@gmail.com" } }