Files
api-meditation/media/get-by-id.bru
T
2026-05-19 19:25:56 +03:30

27 lines
264 B
Plaintext

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