curl --request POST \
--url https://api.anime-skip.com/graphql \
--header 'Content-Type: application/json' \
--header 'X-Client-ID: xxx' \
--data '{"query":"\n\nquery GetEpisodeUrl($episodeUrl: String!) {\n findEpisodeUrl(episodeUrl: $episodeUrl) {\n url\n\t\tupdatedAt\n source\n episodeId\n duration\n timestampsOffset\n episode {\n id\n name\n\t\tdeletedAt\n timestamps {\n id\n\t\t\t\tcreatedBy { username }\n type {\n name\n }\n }\n show {\n name\n }\n }\n }\n}\n","variables":{"episodeUrl":"https://beta.crunchyroll.com/watch/G6K58ZPMY/a-hungry-front-luffy-and-the-navy-rookies"},"operationName":"GetEpisodeUrl"}'
And deleting an episode doesn't delete it's URLs