{
  "_type": "export",
  "__export_format": 4,
  "resources": [
    {
      "_id": "wrk_playground_api",
      "_type": "workspace",
      "name": "Playground API — Session"
    },
    {
      "_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 /session/export",
      "method": "GET",
      "url": "{{ _.baseUrl }}/session/export",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_2",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "POST /session/import",
      "method": "POST",
      "url": "{{ _.baseUrl }}/session/import",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"version\": \"1.0\",\n  \"records\": [\n    {\n      \"resource\": \"users\",\n      \"op\": \"create\",\n      \"data\": {\n        \"name\": \"Restored User\",\n        \"email\": \"restored@sandbox.dev\"\n      }\n    }\n  ]\n}"
      }
    },
    {
      "_id": "req_3",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "DELETE /session/reset",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/session/reset",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    }
  ]
}