pub async fn reject_interrupt(
__arg0: State<ExecutionApiState>,
__arg1: Path<String>,
headers: HeaderMap,
__arg3: Json<RejectInterruptRequest>,
) -> Result<Json<ApiEnvelope<CancelJobResponse>>, ApiError>Available on crate feature
execution-server only.