feat: initialize

This commit is contained in:
2026-05-19 19:25:56 +03:30
commit 54ffdd060e
78 changed files with 1583 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
meta {
name: upload music
type: http
seq: 7
}
post {
url: {{baseUrl}}/music
body: multipartForm
auth: inherit
}
body:multipart-form {
title: Ocean Waves
artist: Nature Sounds
file: @file(C:\Users\vada\Downloads\یک لیوان چای.mp3)
playlist_id: 1
~type: public
~duration:
~image_id:
}
settings {
encodeUrl: true
timeout: 0
}