pub async fn get_valuation_detail( client: &Arc<FutuClient>, symbol: &str, valuation_type: Option<i32>, interval_type: Option<i32>, ) -> Result<String>