save Tracks For Current User
suspend fun saveTracksForCurrentUser(body: SaveTracksForCurrentUserRequest): SpotifyApiResponse<Boolean>
Deprecated
Spotify marks PUT /v1/me/tracks as deprecated.
Saves tracks to the current user's Your Library.
Return
Wrapped Spotify API response. data is true when Spotify accepted the operation.
Parameters
body
Request payload object serialized for this endpoint.