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