curl --location --request DELETE 'https://api.spotify.com/v1/playlists//tracks' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"snapshot_id": "string",
"tracks": [
"string"
]
}'
{
"snapshot_id": "string"
}