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