action akeneo_attribute_groups_post { label: "Create a new attribute group" description: "This endpoint allows you to create a new attribute group." provider: akeneo method: POST path: "/api/rest/v1/attribute-groups" encoding: json output: { type: "object" additionalProperties: true } }