curl --location --request PUT 'https://api.spotify.com/v1/playlists/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"collaborative": true,
"description": "string",
"name": "string",
"public": true
}'
{}