Files
aviation/bruno/Account/Login.bru

19 lines
188 B
Plaintext

meta {
name: Login
type: http
seq: 4
}
post {
url: {{API_URL}}/account/login
body: json
auth: none
}
body:json {
{
"username": "user",
"password": "changeme"
}
}