pub async fn run_derivative_unusual( gateway: &str, stock_symbol: &str, time_range: Option<i32>, analysis_dimensions: Vec<String>, language_id: Option<i32>, format: OutputFormat, ) -> Result<()>