Files
api-meditation/media/get-by-id.bru
T
2026-06-13 17:04:47 +03:30

28 lines
278 B
Plaintext

meta {
name: get-by-id
type: http
seq: 6
}
get {
url: {{baseUrl}}/media/:id
body: text
auth: inherit
}
params:path {
id: 27
}
body:text {
{
"type":"audio",
"tags":["relax","sleep" , "استرس"]
}
}
settings {
encodeUrl: true
timeout: 0
}