Refactor to break out scheduler
This commit is contained in:
18
bruno/Account/Login Admin (Default).bru
Normal file
18
bruno/Account/Login Admin (Default).bru
Normal file
@@ -0,0 +1,18 @@
|
||||
meta {
|
||||
name: Login Admin (Default)
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{API_URL}}/account/login
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"username": "admin",
|
||||
"password": "changeme"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user