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