get Users Saved Shows
suspend fun getUsersSavedShows(pagingOptions: PagingOptions = PagingOptions()): SpotifyApiResponse<UsersSavedShows>
Gets the current user's saved shows from Your Library.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
paging Options
Paging options (limit, offset) used for paged endpoints.