{ "phone":"324"; "type":"register" }
curl --location '/api/auth/send-code' \ --header 'Content-Type: application/json' \ --data '{ "phone":"324"; "type":"register" }'
{ "code": 0, "message": "验证码已发送", "data": null }