Files
api-meditation/like/get-like-items.bru
T
2026-05-24 23:20:01 +03:30

21 lines
204 B
Plaintext

meta {
name: get-like-items
type: http
seq: 2
}
get {
url: {{baseUrl}}/likes/my-liked
body: none
auth: inherit
}
params:query {
~type: music
}
settings {
encodeUrl: true
timeout: 0
}