action whatsapp_set_group_icon { label: "Set-Group-Icon" provider: whatsapp method: POST path: "/groups/{GroupId}/icon" encoding: json input: { type: "object" properties: { GroupId: { type: "string" } } required: ["GroupId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }