{"name":"Xquizme API","version":"1.0.0","endpoints":{"game":{"websocket":"WS /ws/game/{roomId}","state":"GET /game/{roomId}/state"},"leaderboard":{"top":"GET /leaderboard/top","player":"GET /leaderboard/player","update":"POST /leaderboard/update"},"stats":{"user":"GET /stats/user","popularThemes":"GET /stats/popular-themes","trendingThemes":"GET /stats/trending-themes","global":"GET /stats/global"},"matchmaking":{"join":"POST /matchmaking/join","leave":"DELETE /matchmaking/leave","status":"GET /matchmaking/status"},"chat":{"send":"POST /chat/send","messages":"GET /chat/messages/:friendId","conversations":"GET /chat/conversations","unread":"GET /chat/unread","deleteConversation":"DELETE /chat/conversation/:friendId"},"friends":{"list":"GET /friends/:playerId","online":"GET /friends/:playerId/online","requests":"GET /friends/:playerId/requests","send":"POST /friends/request","accept":"POST /friends/accept","decline":"POST /friends/decline","remove":"DELETE /friends/remove"},"auth":{"register":"POST /auth/register","login":"POST /auth/login","logout":"POST /auth/logout","verify":"GET /auth/verify","profile":"GET /auth/profile","updateProfile":"PUT /auth/profile","changeEmail":"PUT /auth/email","changePassword":"PUT /auth/password"},"profile":{"updateAvatar":"POST /profile/avatar"},"app":{"launched":"POST /app/launched","heartbeat":"POST /heartbeat"},"push":{"register":"POST /push/register","unregister":"POST /push/unregister","test":"POST /push/test"}}}