feat(admin): add department-by-circuit endpoint for attendance sheets
Call circuit-service to retrieve a circuits main establishment and resolve its department Add GET /departments/department-by-circuit?circuitId=endpoint returning DepartmentNameIdDTO Extend DepartmentService and ExternalApiService to support department lookup by circuit id Prepare admin-service for auto-filling department in attendance sheet forms