feat: feature save

This commit is contained in:
2026-05-23 01:26:54 +03:30
parent 7b237f1a13
commit 8d32a9220f
12 changed files with 122 additions and 15 deletions
+21
View File
@@ -0,0 +1,21 @@
meta {
name: save item
type: http
seq: 1
}
post {
url: {{baseUrl}}/saves/save
body: multipartForm
auth: inherit
}
body:multipart-form {
type: music @contentType(music,media,breathing-template)
id: 1
}
settings {
encodeUrl: true
timeout: 0
}