{
  "clientName": "Thunder Client",
  "collections": [
    {
      "colName": "Example Thunder",
      "folders": [],
      "requests": [
        {
          "name": "Get ping",
          "method": "GET",
          "url": "https://api.example.com/ping",
          "headers": {
            "Accept": "application/json"
          }
        },
        {
          "name": "Echo",
          "method": "POST",
          "url": "https://api.example.com/echo",
          "headers": {
            "Content-Type": "application/json"
          },
          "body": {
            "type": "json",
            "raw": "{ \"ok\": true }"
          }
        }
      ]
    }
  ]
}
