Files
api-meditation/mood/get-moods.bru
T
2026-05-19 19:25:56 +03:30

16 lines
144 B
Plaintext

meta {
name: get-moods
type: http
seq: 1
}
get {
url: {{baseUrl}}/moods
body: none
auth: inherit
}
settings {
encodeUrl: true
}