pub async fn save_tracks( client: &SpotifyApi, track_ids: &[String], ) -> Result<Option<Value>, HttpError>
Save tracks to user’s library (like songs)