curl --location --request PATCH '/playlists/' \
--header 'Authorization: AUTH-TOKEN' \
--header 'Cookie: PHPSESSID=fc010daa5fd9996efe66761286af7c2a; channel_currency=eur; teyuto_lang=en; user_currency=eur' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'title=This is a test 22'
{}