curl --request PATCH \
--url https://api.scoot.app/api/v1/audio/api/key/playlist \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"playlistId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "FREE_PLAYLIST",
"qty": 123,
"duration": 123,
"available": true
}
'