pub async fn get_capital_flow( client: &Arc<FutuClient>, symbol: &str, period_type: Option<i32>, begin_time: Option<String>, end_time: Option<String>, ) -> Result<String>