{
  "item": [
    {
      "id": "6e1e8783-7fae-4902-b764-b8a5c2632139",
      "name": "pets",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "46d9bd4b-c82c-454b-93e5-dcdf64798497",
          "name": "Create a pet",
          "request": {
            "name": "Create a pet",
            "description": {},
            "url": {
              "path": [
                "pets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "description": "",
                "key": "Accept",
                "value": "application/json"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "description": "",
                "key": "header-1",
                "value": "not a number"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n    \"id\": 11265533,\n    \"name\": \"tempor adipisicin\",\n    \"tag\": \"sint culpa veniam\"\n}"
            }
          },
          "response": [
            {
              "id": "34840c21-65c2-42f6-8a6d-280a4f800849",
              "name": "Null response",
              "originalRequest": {
                "url": {
                  "path": [
                    "pets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": "",
                    "key": "Accept",
                    "value": "<string>"
                  },
                  {
                    "description": "",
                    "key": "header-1",
                    "value": "<integer>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"id\": 11265533,\n    \"name\": \"tempor adipisicin\",\n    \"tag\": \"sint culpa veniam\"\n}"
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7aaf6fcb-2af9-4c4f-a650-b004101b6cf5",
              "name": "unexpected error",
              "originalRequest": {
                "url": {
                  "path": [
                    "pets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": "",
                    "key": "Accept",
                    "value": "<string>"
                  },
                  {
                    "description": "",
                    "key": "header-1",
                    "value": "<integer>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"id\": 11265533,\n    \"name\": \"tempor adipisicin\",\n    \"tag\": \"sint culpa veniam\"\n}"
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n \"code\": 22640796,\n \"message\": \"aute\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": []
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "id": "baseUrl",
      "type": "string",
      "value": "http://petstore.swagger.io/v1"
    }
  ],
  "info": {
    "_postman_id": "2d5ffaea-40bd-4f22-8bc7-e951deeacdf6",
    "name": "Swagger Petstore",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "",
      "type": "text/plain"
    }
  }
}