{"name":"Life Simulation Game API","version":"1.0.0","status":"running","endpoints":{"health":"/api/health","auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","me":"GET /api/auth/me"},"game":{"stats":"GET /api/game/stats","stages":"GET /api/game/stages","boons":"GET /api/game/boons","config":"GET /api/game/config","start":"POST /api/game/start","event":"POST /api/game/event","choice":"POST /api/game/choice","complete":"POST /api/game/complete","pastLives":"GET /api/game/past-lives","lifeStory":"GET /api/game/life-story/:id"}}}