curl --location '/admin/music/playlists/'{
"data": {
"cover": "string",
"created_at": "string",
"creator": "string",
"id": "string",
"is_active": true,
"platform": "string",
"playlist_id": "string",
"song_count": 0,
"songs": [
{
"artist": "string",
"cover": "string",
"name": "string",
"url": "string"
}
],
"title": "string",
"updated_at": "string"
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}