Files
helix-server/api/authentication/login.bru
T
2026-01-27 13:42:52 +08:00

24 lines
232 B
Plaintext

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