Files
aviation/bruno/Users/Login.bru

19 lines
184 B
Plaintext

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