post https://api.jwplayer.com/v2/sites//series//seasons/
Responses
xxxxxxxxxx
12import requests
​
url = "https://api.jwplayer.com/v2/sites/site_id/series/series_id/seasons/"
​
headers = {
"accept": "application/json",
"content-type": "application/json"
}
​
response = requests.post(url, headers=headers)
​
print(response.text)
Try It!
to start a request and see the response here! Or choose an example: