action clickmeter_groups_put { label: "Create a group" provider: clickmeter method: POST path: "/groups" encoding: json output: { type: "object" properties: { id: { type: "integer" format: "int64" } uri: { type: "string" } } } }