{
  "name": "Playground API (Bruno) — Media",
  "version": "1",
  "variables": [
    {
      "name": "baseUrl",
      "value": "http://playground-api-xi.vercel.app"
    }
  ],
  "items": [
    {
      "name": "GET /public/avatars/:seed.svg",
      "type": "http",
      "request": {
        "method": "GET",
        "url": "{{baseUrl}}/public/avatars/:seed.svg",
        "headers": [
          {
            "name": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": null
      }
    },
    {
      "name": "GET /public/thumbnails/:seed.svg",
      "type": "http",
      "request": {
        "method": "GET",
        "url": "{{baseUrl}}/public/thumbnails/:seed.svg",
        "headers": [
          {
            "name": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": null
      }
    }
  ]
}