{"service":"SB Dental ERP API","version":"0.1.0","endpoints":{"health":"GET /health","auth":{"register":"POST /auth/register","login":"POST /auth/login","refresh":"POST /auth/refresh"},"branches":"GET /branches (auth)","employees":"GET/POST/PATCH /employees (auth)","shifts":"GET/POST /shifts, POST /shifts/assign (auth)","attendance":"POST /attendance/check-in, /check-out, GET /attendance, /attendance/my (auth)","leaves":"POST /leaves, PATCH /leaves/:id/status, GET /leaves/balances/:employeeId (auth)","patients":"GET/POST/PATCH /patients (auth)","treatments":"GET/POST/PATCH /treatments (auth)","appointments":"GET/POST/PATCH /appointments (auth)","pos":"POST /pos, GET /pos, GET /pos/summary/daily, POST /pos/:id/void (auth)","inventory":"GET/POST /inventory, POST /inventory/:id/movement (auth)"}}