ums/ ├── api/ # REST API endpoints │ ├── login.php # Login endpoint │ ├── register.php # User registration │ ├── users.php # User CRUD operations │ ├── employees.php # Employee listing with pagination ...