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

16 lines
165 B
Plaintext

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