action rumble_create_account_group { label: "Create a new group" provider: rumble method: POST path: "/account/groups" encoding: json input: { type: "object" properties: { description: { type: "string" } expires_at: { type: "integer" format: "int64" } name: { type: "string" } org_default_role: { type: "string" } org_roles: { type: "object" } } } output: { type: "object" additionalProperties: true } }