{"message":"360 Backend API","version":"1.0.0","endpoints":{"health":"/health","auth":{"login":"POST /auth/login","register":"POST /auth/register","forgotPassword":"POST /auth/forgot-password","resetPassword":"POST /auth/reset-password?token=xxx"},"users":{"me":"GET /api/users/me","updateMe":"PATCH /api/users/me","updateUser":"PATCH /api/users/:id","refreshToken":"POST /v1/users/refresh-token"},"projects":{"list":"GET /api/projects","get":"GET /api/projects/:id","getView":"GET /api/projects/:id/view","create":"POST /api/projects","update":"PUT /api/projects/:id","delete":"DELETE /api/projects/:id"},"customers":{"list":"GET /api/customers","get":"GET /api/customers/:id","create":"POST /api/customers","update":"PUT /api/customers/:id","delete":"DELETE /api/customers/:id"},"team":{"members":"GET /api/team/members","projectMembers":"GET /api/team/members/:projectId"},"dashboard":{"stats":"GET /api/dashboard/stats","summary":"GET /api/dashboard/summary"},"notifications":{"list":"GET /api/notifications","unreadCount":"GET /api/notifications/unread","markRead":"PUT /api/notifications/:id/read","markAllRead":"PUT /api/notifications/read-all"},"timeTracking":{"list":"GET /api/time-tracking","start":"POST /api/time-tracking/start","stop":"POST /api/time-tracking/stop/:id","update":"PUT /api/time-tracking/:id","delete":"DELETE /api/time-tracking/:id"}}}