{"message":"Chan API - Lightweight Forum","version":"1.0.0","endpoints":{"health":"/health","auth":{"register":"POST /auth/register","login":"POST /auth/login","passkeyLoginOptions":"POST /auth/passkey/login/options","passkeyLoginVerify":"POST /auth/passkey/login/verify","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":{"toggle":"POST /api/likes"},"notifications":{"list":"GET /api/notifications","unreadCount":"GET /api/notifications/unread-count","markAsRead":"POST /api/notifications/:id/read","markAllAsRead":"POST /api/notifications/read-all"}}}