Files
api-meditation/save/toggle.bru
T
2026-05-23 01:26:54 +03:30

22 lines
263 B
Plaintext

meta {
name: toggle
type: http
seq: 5
}
post {
url: {{baseUrl}}/saves/toggle
body: multipartForm
auth: inherit
}
body:multipart-form {
type: music @contentType(music,media,breathing-template)
id: 1
}
settings {
encodeUrl: true
timeout: 0
}