Files
api-meditation/insight timer/background sounds/get background sound.bru
T
2026-06-03 20:14:20 +03:30

20 lines
196 B
Plaintext

meta {
name: get background sound
type: http
seq: 3
}
get {
url: {{baseUrl}}/background-sounds/:id
body: none
auth: inherit
}
params:path {
id: 1
}
settings {
encodeUrl: true
}