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

19 lines
206 B
Plaintext

meta {
name: Login
type: http
seq: 2
}
post {
url: http://localhost:3000/api/auth/login
body: json
auth: none
}
body:json {
{
"username": "adm_matthes",
"password": "nova0511"
}
}