curl --location --request PUT '/playlists//tracks/reorder' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"trackIds": [
0
]
}'{
"id": 0,
"title": "string",
"type": "PLAYLIST",
"owner": {
"id": 0,
"username": "string"
},
"tracks": [
{
"trackId": 0,
"title": "string",
"durationSeconds": 0,
"trackUrl": "http://example.com"
}
]
}