pub async fn generate(
    http: &Client,
    api_token: String,
    domain: String,
    website: Option<String>,
) -> Result<String, UsernameError>