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