Changes
- Added functionality to delete podcasts and episodes
- Updated spring security to allow admins to call the delete endpoints
- Simplified logic by removing redundant DTO object (PodcastData.kt) - using JPA to fetch episodes along with podcast data
- Updated tests accordingly
- Addressed code warnings