curl --location --request POST '/api/podcasts' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "New Podcast",
"youtubeUrl": "https://www.youtube.com/watch?v=FnHNh9y15ZM",
"imageUrl" : "https://edu.google.com/coursebuilder/courses/pswg/1.2/assets/notes/Lesson4.1/images/image05.png?mmfb=1441065600"
}'
{}