Files
2026-07-15 18:51:43 +02:00

21 lines
217 B
Plaintext
Executable File

meta {
name: Get user notifications
type: http
seq: 2
}
get {
url: {{url}}/api/users/notifications
body: none
auth: inherit
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
}