test+fix auth endpoint
This commit is contained in:
23
.bruno/auth user.bru
Normal file
23
.bruno/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
|
||||
}
|
||||
Reference in New Issue
Block a user