Create an artifact set

Request

POST https://{hostname}:{port}
  /build/rest2/artifactsets
This command takes a JSON request string or file. Use the following template for the request:
{
  "description": "The description of the artifact set",
  "name": "The name of the artifact set"
}