{ "email": "string" }
curl --location 'http://localhost:8080/auth/connect/email/init' \ --header 'Content-Type: application/json' \ --data '{ "email": "string" }'
{ "code": 0, "result": "string", "error": "string" }