Files
aviation/bruno/Account/Login Admin (Default).bru

19 lines
205 B
Plaintext

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"
}
}