async fn generate_with_api_url( http: &Client, token: String, api_url: String, ) -> Result<String, UsernameError>