feat: add sub category api

This commit is contained in:
2026-05-21 15:19:04 +03:30
parent b1dfd144fb
commit 7b237f1a13
25 changed files with 133 additions and 28 deletions
+23
View File
@@ -0,0 +1,23 @@
meta {
name: create playlist
type: http
seq: 7
}
post {
url: {{baseUrl}}/music-playlists?category_id=1&subcategory_id=1&name=انگیزشی هایپ 2
body: none
auth: inherit
}
params:query {
category_id: 1
subcategory_id: 1
name: انگیزشی هایپ 2
~description: Music for deep sleep
}
settings {
encodeUrl: true
timeout: 0
}