pub fn signup_email(
    email: &str
) -> Result<Option<Response<LoginWithEmailRes>>, Box<dyn Error>>