{"name":"Acro API","endpoints":{"health":"GET /api/health","register":"POST /api/auth/register","login":"POST /api/auth/login","logout":"POST /api/auth/logout","me":"GET /api/auth/me","createGame":"POST /api/games","gameState":"GET /api/games/{code}","joinGame":"POST /api/games/{code}/join","startGame":"POST /api/games/{code}/start","submitAnswer":"POST /api/games/{code}/submissions","castVote":"POST /api/games/{code}/votes","overallLeaderboard":"GET /api/leaderboard"}}