{
  "item": [
    {
      "id": "1e465050-08f3-47a0-8a7e-6fb35546a212",
      "name": "/users/admin/:userId",
      "request": {
        "name": "/users/admin/:userId",
        "description": "/users/admin/{userId}",
        "url": {
          "path": [
            "users",
            "admin",
            ":userId"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": [
            {
              "description": "(Required) ",
              "type": "any",
              "value": "12345",
              "key": "userId"
            }
          ]
        },
        "method": "GET",
        "auth": null
      },
      "response": [
        {
          "id": "097e701a-e964-43d9-bb37-ccbe747d3a7b",
          "name": "/users/admin/{userId}",
          "originalRequest": {
            "url": {
              "path": [
                "users",
                "admin",
                ":userId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "key": "userId"
                }
              ]
            },
            "method": "GET",
            "body": {}
          },
          "status": "OK",
          "code": 200,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n \"id\": 2678975,\n \"name\": \"cillum minim aliqua\"\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        }
      ],
      "event": []
    },
    {
      "id": "a7645f69-07a1-4d8b-97b4-575fd09c686c",
      "name": "/users/admin/profile",
      "request": {
        "name": "/users/admin/profile",
        "description": "/users/admin/profile",
        "url": {
          "path": [
            "users",
            "admin",
            "profile"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "GET",
        "auth": null
      },
      "response": [
        {
          "id": "e485cfd8-b63d-46cd-b305-606d7b900ce1",
          "name": "/users/admin/profile",
          "originalRequest": {
            "url": {
              "path": [
                "users",
                "admin",
                "profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "GET",
            "body": {}
          },
          "status": "OK",
          "code": 200,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "{\n \"id\": 2678975,\n \"name\": \"cillum minim aliqua\"\n}",
          "cookie": [],
          "_postman_previewlanguage": "json"
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "id": "baseUrl",
      "type": "string",
      "value": "http://petstore.swagger.io/v1"
    }
  ],
  "info": {
    "_postman_id": "81a0590b-0dfb-4ab8-8b6c-ea8e23b554bc",
    "name": "Validation Option tests",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "",
      "type": "text/plain"
    }
  }
}