{
  "_type": "export",
  "__export_format": 4,
  "resources": [
    {
      "_id": "wrk_playground_api",
      "_type": "workspace",
      "name": "Playground API — Media"
    },
    {
      "_id": "env_playground_api",
      "_type": "environment",
      "parentId": "wrk_playground_api",
      "name": "Base Environment",
      "data": {
        "baseUrl": "http://playground-api-xi.vercel.app"
      }
    },
    {
      "_id": "req_1",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /public/avatars/:seed.svg",
      "method": "GET",
      "url": "{{ _.baseUrl }}/public/avatars/:seed.svg",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_2",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /public/thumbnails/:seed.svg",
      "method": "GET",
      "url": "{{ _.baseUrl }}/public/thumbnails/:seed.svg",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    }
  ]
}