{"success":true,"message":"Welcome to Attendance Tracker API","version":"1.0.0","endpoints":{"health":"/health","auth":{"login":"POST /auth/login","logout":"POST /auth/logout","session":"GET /auth/session"},"dashboard":{"summary":"GET /dashboard/summary/:employee_id","stats":"GET /dashboard/stats/:employee_id"},"attendance":{"checkIn":"POST /attendance/check-in","checkOut":"POST /attendance/check-out","today":"GET /attendance/today/:employee_id"},"breaks":{"start":"POST /breaks/start","end":"POST /breaks/end"},"leave":{"request":"POST /leave/request","myRequests":"GET /leave/my-requests/:employee_id","balance":"GET /leave/balance/:employee_id","types":"GET /leave/types"},"users":{"getUser":"GET /users/:employee_id","employees":"GET /users/employees"},"notifications":{"getNotifications":"GET /notifications/:employee_id","markRead":"POST /notifications/mark-read","send":"POST /notifications/send"},"hr":{"employees":"GET /hr/employees","attendanceReport":"GET /hr/attendance?employee_id=&month=","pendingLeave":"GET /hr/leave/pending","analytics":"GET /hr/analytics/monthly?employee_id=&month="},"admin":{"users":"GET /admin/users","attendance":"GET /admin/attendance","leave":"GET /admin/leave/all","analytics":"GET /admin/analytics/summary?month="},"export":{"pdf":"GET /export/attendance/pdf?employee_id=&month=","excel":"GET /export/attendance/excel?employee_id=&month="},"wfh":{"submit":"POST /wfh/request","pending":"GET /wfh/pending","approve":"POST /wfh/approve","reject":"POST /wfh/reject","history":"GET /wfh/history/:employee_id","checkApproved":"GET /wfh/approved-for-date?date=YYYY-MM-DD"},"helpSupport":{"submit":"POST /help-support","list":"GET /help-support?employee_id="}}}