curl --location --request PUT 'https://api.spotify.com/me/shows?ids=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
{}
user-library-modify
scope must have been authorized by the user.