add readNotifications route and bruno's request

This commit is contained in:
2026-01-08 14:04:53 +01:00
parent 2790026475
commit 51791a3b34
4 changed files with 33 additions and 1 deletions
@@ -0,0 +1,15 @@
meta {
name: Read notifications
type: http
seq: 3
}
post {
url: {{url}}/api/users/notifications/read
body: none
auth: inherit
}
settings {
encodeUrl: true
}