Files
lstV2/apiDocs/lstV2/Auth/Login.bru

19 lines
215 B
Plaintext

meta {
name: Login
type: http
seq: 2
}
post {
url: http://localhost:4400/api/auth/login
body: json
auth: none
}
body:json {
{
"username": "matthes01",
"password": "99Monsters200Scary!"
}
}