get Current Users Playlists
suspend fun getCurrentUsersPlaylists(pagingOptions: PagingOptions = PagingOptions()): SpotifyApiResponse<CurrentUsersPlaylists>
Gets playlists owned or followed by the current user.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
paging Options
Paging options (limit, offset) used for paged endpoints.