{"name":"Digital Monday Night Football API","version":"1.0.0","status":"running","endpoints":{"health":"GET  /api/health","register":"POST /api/players/register","login":"POST /api/players/login","logout":"POST /api/players/logout","invite":"POST /api/games/invite","accept":"POST /api/games/accept","initialize":"POST /api/games/:gameId/initialize","nextAction":"GET  /api/games/:gameId/nextAction","play":"POST /api/games/:gameId/play","endQuarter":"POST /api/games/:gameId/endQuarter","acknowledgeQuarterEnd":"POST /api/games/:gameId/acknowledgeQuarterEnd","acknowledgeTwoMinuteWarning":"POST /api/games/:gameId/acknowledgeTwoMinuteWarning","cancelGame":"POST /api/games/:gameId/cancel","state":"GET  /api/games/:gameId/state"}}