pub async fn register(
email: &str,
password: &str,
captcha_id: &str,
captcha_solution: &str,
domain: Option<&str>,
) -> Result<RegisterResponse, Error>Expand description
Registers a new account using a captcha solution, a capture id and an optional first domain.
ยงErrors
see General errors