{
  "item": [
    {
      "id": "69d7005c-6a60-4a30-b71f-7d88f9341898",
      "name": "Demo invalid type",
      "request": {
        "name": "Demo invalid type",
        "description": {},
        "url": {
          "path": [
            "api"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "method": "POST",
        "auth": null,
        "body": {
          "mode": "raw",
          "raw": "false"
        }
      },
      "response": [
        {
          "id": "c457a34e-3b7d-4052-a034-3a2fe1cf7e24",
          "originalRequest": {
            "url": {
              "path": [
                "api"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "key": "",
                  "value": null
                }
              ],
              "variable": []
            },
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "true"
            }
          },
          "status": "OK",
          "code": 200,
          "header": [
            {
              "key": "Content-Type",
              "value": "application/json"
            }
          ],
          "body": "123",
          "cookie": [],
          "_postman_previewlanguage": "json"
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "id": "baseUrl",
      "type": "string",
      "value": "/"
    }
  ],
  "info": {
    "_postman_id": "f12b0220-20c0-4619-bfae-7b8d7c7574cf",
    "name": "Demo API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "",
      "type": "text/plain"
    }
  }
}