Implement full CRUD API for inspection planning
- Implement full CRUD API for inspection planning under /api/inspections/planning.
- Add repository, service, controller, DTOs, and mapper with validation.
- Update Paths and GlobalExceptionHandler for new endpoints.