Files
siren/bruno/auth/local/Login.bru
2026-04-08 09:15:01 -04:00

24 lines
231 B
Plaintext

meta {
name: Login
type: http
seq: 1
}
post {
url: {{BASE_URL}}/auth/login
body: json
auth: inherit
}
body:json {
{
"username": "admin",
"password": "test"
}
}
settings {
encodeUrl: true
timeout: 0
}