{"name":"Casino Game Backend","version":"1.0.0","endpoints":{"health":"/api/health","auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","profile":"GET /api/auth/profile","serverSeed":"GET /api/auth/server-seed","rotateSeed":"POST /api/auth/rotate-seed"},"wallet":{"get":"GET /api/wallet","deposit":"POST /api/wallet/deposit","withdraw":"POST /api/wallet/withdraw","transactions":"GET /api/wallet/transactions"},"games":{"blackjack":{"new":"POST /api/games/blackjack/new","action":"POST /api/games/blackjack/action","state":"GET /api/games/blackjack/:sessionId","rules":"GET /api/games/blackjack/info/rules"}}}}