pub async fn run_research_rating_summary( gateway: &str, symbol: &str, rating_dimension_type: Option<i32>, uid: Option<&str>, next_key: Option<&str>, num: Option<i32>, format: OutputFormat, ) -> Result<()>