curl --location --request PUT 'https://api.spotify.com/playlists//followers' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"public": true
}'
{}
playlist-modify-public
scope; following a playlist privately requires the playlist-modify-private
scope. See Using Scopes.application/json