curl --location --request POST 'https://api.spotify.com/v1/playlists//tracks' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"position": 0,
"uris": [
"string"
]
}'
{
"error": {
"message": "string",
"status": 0
}
}