fix(api): casting integers when creating episode
requested to merge nateritter/castopod-og:fix-integer-casting-on-api-episode-create-and-publish into main
When creating or publishing a new episode via API, an exception was being thrown related to the validation of ids being strings, not integers. So, I'm explicitly casting them as such in this PR.
Edited by Nate Ritter