get Users Saved Albums
suspend fun getUsersSavedAlbums(market: CountryCode? = null, pagingOptions: PagingOptions = PagingOptions()): SpotifyApiResponse<UsersSavedAlbums>
Gets the current user's saved albums from Your Library.
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.