{
  "_type": "export",
  "__export_format": 4,
  "resources": [
    {
      "_id": "wrk_playground_api",
      "_type": "workspace",
      "name": "Playground API"
    },
    {
      "_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 /users",
      "method": "GET",
      "url": "{{ _.baseUrl }}/users",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_2",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /users/:id",
      "method": "GET",
      "url": "{{ _.baseUrl }}/users/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_3",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "POST /users",
      "method": "POST",
      "url": "{{ _.baseUrl }}/users",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"name\": \"Leanne Graham\",\n  \"username\": \"bret\",\n  \"email\": \"sincere@april.biz\",\n  \"phone\": \"+1-770-555-0123\",\n  \"website\": \"hildegard.org\",\n  \"address\": {\n    \"street\": \"Kulas Light\",\n    \"city\": \"Gwenborough\",\n    \"zipcode\": \"92998-3874\"\n  },\n  \"company\": {\n    \"name\": \"Romaguera-Crona\",\n    \"catchPhrase\": \"Multi-layered client-server neural-net\"\n  }\n}"
      }
    },
    {
      "_id": "req_4",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "PUT /users/:id",
      "method": "PUT",
      "url": "{{ _.baseUrl }}/users/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"name\": \"Leanne Graham (Updated)\",\n  \"username\": \"bret\",\n  \"email\": \"sincere@april.biz\",\n  \"website\": \"https://updated-user.dev\"\n}"
      }
    },
    {
      "_id": "req_5",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "PATCH /users/:id",
      "method": "PATCH",
      "url": "{{ _.baseUrl }}/users/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"name\": \"Leanne Graham (Updated)\",\n  \"website\": \"https://updated-user.dev\"\n}"
      }
    },
    {
      "_id": "req_6",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "DELETE /users/:id",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/users/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_7",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /posts",
      "method": "GET",
      "url": "{{ _.baseUrl }}/posts",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_8",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /posts/:id",
      "method": "GET",
      "url": "{{ _.baseUrl }}/posts/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_9",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "POST /posts",
      "method": "POST",
      "url": "{{ _.baseUrl }}/posts",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"user_id\": 1,\n  \"title\": \"sunt aut facere repellat provident occaecati excepturi optio reprehenderit\",\n  \"body\": \"quia et suscipit suscipit recusandae consequuntur expedita et cum reprehenderit molestiae ut ut quas totam nostrum rerum est autem sunt rem eveniet architecto\"\n}"
      }
    },
    {
      "_id": "req_10",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "PUT /posts/:id",
      "method": "PUT",
      "url": "{{ _.baseUrl }}/posts/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"user_id\": 1,\n  \"title\": \"sunt aut facere repellat provident occaecati excepturi optio reprehenderit (Updated)\",\n  \"body\": \"quia et suscipit suscipit recusandae consequuntur expedita et cum reprehenderit molestiae ut ut quas totam nostrum rerum est autem sunt rem eveniet architecto\"\n}"
      }
    },
    {
      "_id": "req_11",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "PATCH /posts/:id",
      "method": "PATCH",
      "url": "{{ _.baseUrl }}/posts/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"title\": \"sunt aut facere repellat provident occaecati excepturi optio reprehenderit (Updated)\"\n}"
      }
    },
    {
      "_id": "req_12",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "DELETE /posts/:id",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/posts/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_13",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /comments",
      "method": "GET",
      "url": "{{ _.baseUrl }}/comments",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_14",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /comments/:id",
      "method": "GET",
      "url": "{{ _.baseUrl }}/comments/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_15",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "POST /comments",
      "method": "POST",
      "url": "{{ _.baseUrl }}/comments",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"post_id\": 1,\n  \"name\": \"id labore ex et quam laborum\",\n  \"email\": \"Eliseo@gardner.biz\",\n  \"body\": \"laudantium enim quasi est quidem magnam voluptatem aut eveniet quas aliquid sint expedita consequuntur alias ea quam expedita possimus\"\n}"
      }
    },
    {
      "_id": "req_16",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "PUT /comments/:id",
      "method": "PUT",
      "url": "{{ _.baseUrl }}/comments/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"post_id\": 1,\n  \"name\": \"id labore ex et quam laborum (Updated)\",\n  \"email\": \"Eliseo@gardner.biz\",\n  \"body\": \"laudantium enim quasi est quidem magnam voluptatem aut eveniet quas aliquid sint expedita consequuntur alias ea quam expedita possimus\"\n}"
      }
    },
    {
      "_id": "req_17",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "PATCH /comments/:id",
      "method": "PATCH",
      "url": "{{ _.baseUrl }}/comments/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"name\": \"id labore ex et quam laborum (Updated)\"\n}"
      }
    },
    {
      "_id": "req_18",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "DELETE /comments/:id",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/comments/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_19",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /todos",
      "method": "GET",
      "url": "{{ _.baseUrl }}/todos",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_20",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /todos/:id",
      "method": "GET",
      "url": "{{ _.baseUrl }}/todos/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_21",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "POST /todos",
      "method": "POST",
      "url": "{{ _.baseUrl }}/todos",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"user_id\": 1,\n  \"title\": \"delectus aut autem\",\n  \"completed\": false\n}"
      }
    },
    {
      "_id": "req_22",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "PUT /todos/:id",
      "method": "PUT",
      "url": "{{ _.baseUrl }}/todos/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"user_id\": 1,\n  \"title\": \"delectus aut autem (Updated)\",\n  \"completed\": true\n}"
      }
    },
    {
      "_id": "req_23",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "PATCH /todos/:id",
      "method": "PATCH",
      "url": "{{ _.baseUrl }}/todos/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"completed\": true\n}"
      }
    },
    {
      "_id": "req_24",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "DELETE /todos/:id",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/todos/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_25",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "POST /auth/login",
      "method": "POST",
      "url": "{{ _.baseUrl }}/auth/login",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"username\": \"Bret\",\n  \"password\": \"password123\"\n}"
      }
    },
    {
      "_id": "req_26",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "POST /auth/register",
      "method": "POST",
      "url": "{{ _.baseUrl }}/auth/register",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"name\": \"Alice Smith\",\n  \"username\": \"alice\",\n  \"email\": \"alice@example.com\",\n  \"password\": \"password123\"\n}"
      }
    },
    {
      "_id": "req_27",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "POST /auth/refresh",
      "method": "POST",
      "url": "{{ _.baseUrl }}/auth/refresh",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6...\"\n}"
      }
    },
    {
      "_id": "req_28",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /auth/me",
      "method": "GET",
      "url": "{{ _.baseUrl }}/auth/me",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_29",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "PATCH /auth/me",
      "method": "PATCH",
      "url": "{{ _.baseUrl }}/auth/me",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"name\": \"Bret - Updated Profile\",\n  \"email\": \"bret.new@example.com\"\n}"
      }
    },
    {
      "_id": "req_30",
      "_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_31",
      "_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": {}
    },
    {
      "_id": "req_32",
      "_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_33",
      "_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_34",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "DELETE /session/reset",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/session/reset",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_35",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /custom",
      "method": "GET",
      "url": "{{ _.baseUrl }}/custom",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_36",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "POST /custom/seed",
      "method": "POST",
      "url": "{{ _.baseUrl }}/custom/seed",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"template\": \"ecommerce\"\n}"
      }
    },
    {
      "_id": "req_37",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "GET /custom/:collection",
      "method": "GET",
      "url": "{{ _.baseUrl }}/custom/:collection",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    },
    {
      "_id": "req_38",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "POST /custom/:collection",
      "method": "POST",
      "url": "{{ _.baseUrl }}/custom/:collection",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {
        "mimeType": "application/json",
        "text": "{\n  \"name\": \"Custom Product Item\",\n  \"price\": 99.99,\n  \"inStock\": true\n}"
      }
    },
    {
      "_id": "req_39",
      "_type": "request",
      "parentId": "wrk_playground_api",
      "name": "DELETE /custom/:collection/:id",
      "method": "DELETE",
      "url": "{{ _.baseUrl }}/custom/:collection/:id",
      "headers": [
        {
          "name": "Content-Type",
          "value": "application/json"
        }
      ],
      "body": {}
    }
  ]
}