Files
api-meditation/ratings/get ratings of user.bru
T
2026-05-20 12:22:04 +03:30

21 lines
206 B
Plaintext

meta {
name: get ratings of user
type: http
seq: 2
}
get {
url: {{baseUrl}}/ratings/:music/:id/user
body: none
auth: inherit
}
params:path {
music:
id:
}
settings {
encodeUrl: true
}