pub async fn run_financials_revenue_breakdown( gateway: &str, symbol: &str, date: Option<u32>, financial_type: Option<i32>, currency_code: Option<&str>, format: OutputFormat, ) -> Result<()>