pub async fn run_cancel_order( gateway: &str, env: &str, acc_id: u64, market: &str, order_id: String, confirm: bool, idempotency_key: Option<String>, output: OutputFormat, ) -> Result<()>