Updates bruno requests

This commit is contained in:
Dennis Schoepf 2024-04-26 17:23:09 +02:00
parent 7008c1c84b
commit 34f7d99639
3 changed files with 17 additions and 2 deletions

View file

@ -0,0 +1,15 @@
meta {
name: Get all users
type: http
seq: 1
}
get {
url: {{base_url}}/api/v1/users
body: none
auth: none
}
headers {
x-api-key: willbechanged
}