{
  "ok": true,
  "endpoints": {
    "health": "/health",
    "getUrlByEventId": "/get-url-by-eventid/:eventId"
  },
  "example": "http://tvapi.fwick10ets.xyz/get-url-by-eventid/123456789,987654321?sport=CRICKET",
  "notes": [
    "You can send up to 50 comma-separated event IDs in one request.",
    "Set SUBSCRIBER_TOKEN to override token discovery from doc.txt.",
    "Set SPORT_TYPE to apply a default sport filter.",
    "Set SCHEDULE_INPUT_FILE to serve from a saved JSON response instead of the live API."
  ]
}
