Files
aviation/bruno/Users/Login.bru

19 lines
199 B
Plaintext

meta {
name: Login
type: http
seq: 2
}
post {
url: {{BASE_URL}}/account/login
body: json
auth: none
}
body:json {
{
"email": "admin@example.com",
"password": "CHANGEME"
}
}