create notification bruno request and move some routes

This commit is contained in:
2025-12-17 14:32:01 +01:00
parent 090db4205a
commit 7390ae6116
21 changed files with 113 additions and 37 deletions
@@ -0,0 +1,21 @@
meta {
name: Delete user notification
type: http
seq: 3
}
delete {
url: {{url}}/api/users/{{userId}}/delete/notification/{{notificationId}}
body: none
auth: inherit
}
vars:pre-request {
userId:
notificationId:
}
settings {
encodeUrl: true
timeout: 0
}