{ "email":"xxx@qq.com", "type": "register" }
curl --location --request POST 'http://localhost:3173/whaledev/auth/email_code' \ --header 'Content-Type: application/json' \ --data-raw '{ "email":"xxx@qq.com", "type": "register" }'
{}