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