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