Save Shows for Current User
me.shows.save(ShowSaveParams**kwargs)
PUT/me/shows
Save one or more shows to current Spotify user's library.
Parameters
Save Shows for Current User
import os
from spotted import Spotted
client = Spotted(
access_token=os.environ.get("SPOTIFY_ACCESS_TOKEN"), # This is the default and can be omitted
)
client.me.shows.save()