{ "operationId": "SpecificationGroupInsert2", "method": "POST", "path": "/api/catalog/pvt/specificationgroup", "summary": "VTex Create specification group", "requestExamples": [ { "contentType": "application/json", "example": { "CategoryId": 1, "Name": "Sizes" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": 10, "CategoryId": 1, "Name": "Sizes", "Position": 3 } } ] }