get Users Saved Library
suspend fun getUsersSavedLibrary(market: CountryCode? = null, pagingOptions: PagingOptions = PagingOptions()): SpotifyApiResponse<UsersSavedLibrary>
Gets the current user's saved library entries.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
market
Market (country) code used to localize and filter content.
paging Options
Paging options (limit, offset) used for paged endpoints.