{
  "v": 1,
  "id": "col_example_hoppscotch",
  "name": "Example Hoppscotch",
  "folders": [],
  "requests": [
    {
      "v": "1",
      "name": "Get status",
      "method": "GET",
      "endpoint": "https://api.example.com/status",
      "headers": [
        { "key": "Accept", "value": "application/json", "active": true }
      ]
    },
    {
      "v": "1",
      "name": "Create item",
      "method": "POST",
      "endpoint": "https://api.example.com/items",
      "headers": [
        { "key": "Content-Type", "value": "application/json", "active": true }
      ],
      "body": {
        "contentType": "json",
        "body": "{ \"title\": \"Demo\" }"
      }
    }
  ]
}
