docs(api): auth endpoints in bruno

This commit is contained in:
2025-09-22 22:38:48 -05:00
parent 4cc990f52f
commit bc1cbbad2e
6 changed files with 117 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
meta {
name: Get Users
type: http
seq: 7
}
post {
url: http://{{url}}/lst/api/admin/users
body: none
auth: inherit
}
body:json {
{
"username":"matthes01",
"name":"blake",
"email":"blake.matthes@alpla.com",
"password":"nova0511"
}
}
settings {
encodeUrl: true
}