fix(api): casting integers when creating episode
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