Overhaul refactor. Still things in progress
This commit is contained in:
18
bruno/Users/Login.bru
Normal file
18
bruno/Users/Login.bru
Normal file
@@ -0,0 +1,18 @@
|
||||
meta {
|
||||
name: Login
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{BASE_URL}}/auth/login
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "admin",
|
||||
"password": "CHANGEME"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user