docs(api): auth endpoints in bruno
This commit is contained in:
24
LogisticsSupportTool_API_DOCS/app/auth/Get Users.bru
Normal file
24
LogisticsSupportTool_API_DOCS/app/auth/Get Users.bru
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user