curl --location --request PUT 'https://api.spotify.com/me/player' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_ids": [
"string"
],
"play": true
}'
{
"error": {
"message": "string",
"status": 0
}
}
user-modify-playback-state
scope authorized in order to control playback.