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