{"service":"AI Wifi Analyzer","endpoints":{"auth":{"signup":"POST /auth/signup","verifyOtp":"POST /auth/verify-otp","login":"POST /auth/login","googleLogin":"POST /auth/google-login","profileGet":"GET /auth/profile/:id","profilePut":"PUT /auth/profile/:id","forgotPassword":"POST /auth/forgot-password","resetPassword":"POST /auth/reset-password"},"generate":"POST /api/prompts/generate","list":"GET /api/prompts","getOne":"GET /api/prompts/:id","notifications":{"registerToken":"POST /api/notifications/register-token (token required; userId optional string or Mongo id; JWT optional)","send":"POST /api/notifications/send"},"promos":{"list":"GET /api/app-promos","getOne":"GET /api/app-promos/:id"},"chat":{"guest":"POST /api/chat/guest (no auth)","respond":"POST /api/chat/respond (auth, auto-creates session)","createSession":"POST /api/chat/sessions","listSessions":"GET /api/chat/sessions","getSession":"GET /api/chat/sessions/:id","addMessages":"POST /api/chat/sessions/:id/messages","updateSession":"PATCH /api/chat/sessions/:id","deleteSession":"DELETE /api/chat/sessions/:id"},"admin":{"login":"POST /api/admin/auth/login","users":"GET /api/admin/users","usage":"GET /api/admin/usage","banUser":"PATCH /api/admin/users/:id/ban","broadcastNotification":"POST /api/admin/notifications/broadcast","createPromo":"POST /api/admin/app-promos","updatePromo":"PUT/PATCH /api/admin/app-promos/:id","deletePromo":"DELETE /api/admin/app-promos/:id"}}}