VendorHubAdminCreate generic catalog itemCreate generic catalog item POST /api/v1/vendorhub/admin/catalog/:catalogType Creates a new item in a generic catalog type (products, categories, compliances). Body: { "name", "description" }. Returns 201 Created or 400 for an unknown type. Request Responses200OK