{"metadata":{"name":"Manuen IT EMS Enterprise API","version":"v1.2.5","base_url":"https://api.manuenit.com","auth":"Bearer Token required for all protected routes"},"resources":[{"group":"Authentication","endpoints":[{"method":"POST","path":"/api/auth/login","description":"Authenticate user and receive JWT"},{"method":"GET","path":"/api/auth/me","description":"Retrieve current session profile"}]},{"group":"Staff Management","endpoints":[{"method":"GET","path":"/api/employee/profile","description":"Get authenticated employee details"},{"method":"PUT","path":"/api/employee/update","description":"Update employee personal information"},{"method":"GET","path":"/api/admin/employees","description":"List all employees (Admin only)"}]},{"group":"Project Analytics","endpoints":[{"method":"GET","path":"/api/admin/projects/stats","description":"Global project status distribution"},{"method":"GET","path":"/api/manager/team-progress","description":"Track team-level project milestones"}]},{"group":"Operations","endpoints":[{"method":"GET","path":"/api/events","description":"Fetch upcoming holidays and company events"},{"method":"POST","path":"/api/complaints","description":"Submit a new quality ticket or complaint"}]}]}