pub type CancelExecutionRequest = CancelExecutionRequest;
pub struct CancelExecutionRequest { pub execution_id: String, }
execution_id: String