{
  "name": "Codewords API Gateway",
  "environment": "dev",
  "version": "v0.2.0-LUNA",
  "endpoints": {
    "health": "/health",
    "admin": "/admin/*",
    "voting": "/voting/*",
    "game": "/game/*",
    "puzzle": "/puzzle/*",
    "leaderboard": "/leaderboard/*",
  "notifications": "/notifications/*",
  "purchases": "/purchases/*",
  "ratings": "/ratings/*",
  "store": "/store/*",
  "account": "/account/*"
  },
  "documentation": "https://docs.nameunderreview.com"
}