{
  "info": {
    "name": "Playground API Collection — Media",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "http://playground-api-xi.vercel.app"
    }
  ],
  "item": [
    {
      "name": "MEDIA",
      "item": [
        {
          "name": "GET /public/avatars/:seed.svg",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/public/avatars/:seed.svg",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "public",
                "avatars",
                ":seed.svg"
              ]
            }
          }
        },
        {
          "name": "GET /public/thumbnails/:seed.svg",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/public/thumbnails/:seed.svg",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "public",
                "thumbnails",
                ":seed.svg"
              ]
            }
          }
        }
      ]
    }
  ]
}