organization
This commit is contained in:
23
.bruno/User Endpoints/auth user.bru
Normal file
23
.bruno/User Endpoints/auth user.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: auth user
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:14014/api/auth
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "teest",
|
||||
"pin": "1234"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
24
.bruno/User Endpoints/enroll user.bru
Normal file
24
.bruno/User Endpoints/enroll user.bru
Normal file
@@ -0,0 +1,24 @@
|
||||
meta {
|
||||
name: enroll user
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:14014/api/enroll
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "test",
|
||||
"pin": "1234",
|
||||
"email": ""
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
8
.bruno/User Endpoints/folder.bru
Normal file
8
.bruno/User Endpoints/folder.bru
Normal file
@@ -0,0 +1,8 @@
|
||||
meta {
|
||||
name: User Endpoints
|
||||
seq: 2
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
Reference in New Issue
Block a user