Authorization: ********************curl --location --request GET 'GET /users/me/playlists/' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"title": "string",
"type": "PLAYLIST",
"owner": {
"id": 0,
"username": "string"
},
"tracks": [
{
"trackId": 0,
"title": "string",
"durationSeconds": 0,
"trackUrl": "http://example.com"
}
]
}