{
  "post": {
    "tags": ["Import"],
    "summary": "Import Artwork",
    "requestBody": {
      "required": true,
      "content": {
        "application/json": {
          "schema": {
            "$ref": "../../components/schemas/ImportArtworkRequest.json"
          }
        }
      }
    },
    "responses": {
      "200": {
        "$ref": "../../components/responses/CommonResponses.json#/200"
      },
      "400": {
        "$ref": "../../components/responses/CommonResponses.json#/400"
      },
      "404": {
        "$ref": "../../components/responses/CommonResponses.json#/404"
      },
      "500": {
        "$ref": "../../components/responses/CommonResponses.json#/500"
      }
    }
  }
}
