{"message":"Chan API - Lightweight Forum","version":"1.0.0","endpoints":{"health":"/health","auth":{"ssoStart":"GET /auth/sso/start","ssoCallback":"GET /auth/sso/callback","desktopStart":"POST /auth/desktop/start","desktopSsoStart":"GET /auth/desktop/sso/start","desktopPoll":"POST /auth/desktop/poll","refresh":"POST /auth/refresh","logout":"POST /auth/logout"},"posts":{"list":"GET /api/posts","create":"POST /api/posts","detail":"GET /api/posts/:id","update":"PUT /api/posts/:id","delete":"DELETE /api/posts/:id","replies":"GET /api/posts/:id/replies","createReply":"POST /api/posts/:id/replies"},"likes":{"like":"PUT /api/likes","unlike":"DELETE /api/likes"},"notifications":{"list":"GET /api/notifications","unreadCount":"GET /api/notifications/unread-count","markAsRead":"PATCH /api/notifications/:id","markAllAsRead":"PATCH /api/notifications/read-all"},"bookmarks":{"list":"GET /api/bookmarks","add":"PUT /api/bookmarks","remove":"DELETE /api/bookmarks"},"categories":{"list":"GET /api/categories","create":"POST /api/categories"},"reactions":{"add":"PUT /api/reactions","remove":"DELETE /api/reactions"},"reports":{"create":"POST /api/reports"},"rum":{"create":"POST /api/rum"},"coins":{"balance":"GET /api/coins/balance","checkin":"POST /api/coins/checkin","transactions":"GET /api/coins/transactions"}}}