pub async fn get_financials_revenue_breakdown( client: &Arc<FutuClient>, symbol: &str, date: Option<u32>, financial_type: Option<i32>, currency_code: Option<&str>, ) -> Result<String>