{
  "info": {
    "name": "Faithful Radio API",
    "description": "Compatibility collection for core public endpoints",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Current Song",
      "request": {
        "method": "GET",
        "url": {
          "raw": "{{baseUrl}}/api/current-song.php",
          "host": ["{{baseUrl}}"],
          "path": ["api", "current-song.php"]
        }
      }
    },
    {
      "name": "Voscast Stats",
      "request": {
        "method": "GET",
        "url": {
          "raw": "{{baseUrl}}/api/voscast-stats.php",
          "host": ["{{baseUrl}}"],
          "path": ["api", "voscast-stats.php"]
        }
      }
    },
    {
      "name": "Create Subscription Plan",
      "request": {
        "method": "POST",
        "header": [
          {"key": "Content-Type", "value": "application/json"}
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"amount\": 10,\n  \"frequency\": \"monthly\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/api/subscription/paypal/create.php",
          "host": ["{{baseUrl}}"],
          "path": ["api", "subscription", "paypal", "create.php"]
        }
      }
    }
  ]
}
