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