VendorHubAdminCreate controlCreate control POST /api/v1/vendorhub/admin/catalog/controls Creates a new control and assigns it to a category. Body: { "name", "categoryId", "description" }. Returns 404 if the categoryId does not exist. Request Responses200OK