发送邮件验证码接口curl --location --request POST 'http://127.0.0.1:6810/api/users' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "Half_nohting",
"email": "Half_nothing@163.com",
"password": "123456",
"cid": 2352,
"email_code": 458762
}'{
"code": "REGISTER_SUCCESS",
"message": "注册成功",
"data": true
}