Remove "sync" from the list of valid job types to align with the removal of JobTypeSync from the Worker service.
- Add JobsHandler with CreateJob and GetJobStatus endpoints - Add jobs router with POST /api/jobs and GET /api/jobs/:jobId routes - Integrate JobsHandler into main server and router config