method JobService.cancelSelectionimport { JobService } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/index.ts"; cancelSelection(unnamed 0: { workspace: string; requestBody: Array<string>; }): CancelablePromise<Array<string>>cancel jobs based on the given uuids Parametersunnamed 0: { workspace: string; requestBody: Array<string>; }ReturnsCancelablePromise<Array<string>>string uuids of canceled jobs