{"status":"alive","message":"DigitalApple API","version":"1.0.0","timestamp":"2026-09-05T02:20:48.560Z","endpoints":{"auth":{"register":"POST /api/v1/auth/register","login":"POST /api/v1/auth/login","logout":"POST /api/v1/auth/logout","me":"GET /api/v1/auth/me","verifyEmail":"POST /api/v1/auth/verify-email","forgotPassword":"POST /api/v1/auth/forgot-password","resetPassword":"POST /api/v1/auth/reset-password"},"user":{"profile":"GET /api/v1/user/profile","updateProfile":"PUT /api/v1/user/profile","uploadPhoto":"POST /api/v1/user/profile/photo","changeEmail":"POST /api/v1/user/profile/email"},"feed":{"list":"GET /api/v1/feed","product":"GET /api/v1/feed/product/:id","postReview":"POST /api/v1/feed/product/:id/review","editReview":"PUT /api/v1/feed/review/:id","deleteReview":"DELETE /api/v1/feed/review/:id"},"news":{"feed":"GET /api/v1/news","signal":"GET /api/v1/news/signal/:id","categories":"GET /api/v1/news/categories"},"applications":{"submit":"POST /api/v1/applications","mine":"GET /api/v1/applications/mine","single":"GET /api/v1/applications/:id"},"blueprint":{"projects":"GET /api/v1/blueprint/projects","createProject":"POST /api/v1/blueprint/projects","getProject":"GET /api/v1/blueprint/projects/:id","updateProject":"PUT /api/v1/blueprint/projects/:id","deleteProject":"DELETE /api/v1/blueprint/projects/:id","claimProject":"POST /api/v1/blueprint/projects/:id/claim","createNode":"POST /api/v1/blueprint/projects/:projectId/nodes","updateNode":"PUT /api/v1/blueprint/nodes/:id","deleteNode":"DELETE /api/v1/blueprint/nodes/:id","createEdge":"POST /api/v1/blueprint/projects/:projectId/edges","deleteEdge":"DELETE /api/v1/blueprint/edges/:id","chat":"POST /api/v1/blueprint/projects/:projectId/chat","chatHistory":"GET /api/v1/blueprint/projects/:projectId/chat","quota":"GET /api/v1/blueprint/quota"},"sharedMaps":{"publicFeed":"GET /api/v1/feed/maps/public","followingFeed":"GET /api/v1/feed/maps/following","singleMap":"GET /api/v1/feed/maps/:mapId","userMaps":"GET /api/v1/feed/maps/user/:userId"},"engage":{"star":"POST /api/v1/engage/star/:mapId","repost":"POST /api/v1/engage/repost/:mapId","fork":"POST /api/v1/engage/fork/:mapId","follow":"POST /api/v1/engage/follow/:userId","following":"GET /api/v1/engage/following","followers":"GET /api/v1/engage/followers"},"comments":{"list":"GET /api/v1/comments/:mapId","create":"POST /api/v1/comments/:mapId","edit":"PUT /api/v1/comments/:commentId","delete":"DELETE /api/v1/comments/:commentId","hide":"POST /api/v1/comments/:commentId/hide"},"share":{"publish":"POST /api/v1/share/publish/:projectId","unpublish":"POST /api/v1/share/unpublish/:mapId","update":"PUT /api/v1/share/:mapId","myMaps":"GET /api/v1/share/my-maps","branches":"GET /api/v1/share/branches/:projectId"},"admin":"All admin endpoints require admin role"}}