{ "email": "string", "scene": "string" }
curl --location --request POST '/api/email/sendCode' \ --header 'token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "string", "scene": "string" }'
{}