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
+26
View File
@@ -0,0 +1,26 @@
meta {
name: upload music
type: http
seq: 1
}
post {
url: {{baseUrl}}/music
body: multipartForm
auth: inherit
}
body:multipart-form {
title: Ocean Waves
artist: Nature Sounds
file: @file(C:\Users\nourk\Downloads\Telegram Desktop\Lektion 1.1.mp4)
playlist_id: 2
~type: public
~duration:
~image_id:
}
settings {
encodeUrl: true
timeout: 0
}