method GroupService.createGroupimport { GroupService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/index.ts"; createGroup(unnamed 0: { workspace: string; requestBody: { name: string; summary?: string; }; }): CancelablePromise<string>create group Parametersunnamed 0: { workspace: string; requestBody: { name: string; summary?: string; }; }ReturnsCancelablePromise<string>string group created