pub async fn run_place_combo_order( gateway: &str, c2s_json: &str, confirm: bool, idempotency_key: Option<String>, output: OutputFormat, ) -> Result<()>