Files
stocklet/tests/bruno/auth/AuthService_LoginPassword.bru
Declan Teevan 26d5c96841 feat: base bruno routes
generated from OpenAPI v3 spec
2025-09-29 22:58:14 +01:00

19 lines
197 B
Plaintext

meta {
name: AuthService_LoginPassword
type: http
seq: 2
}
post {
url: {{baseUrl}}/v1/auth/login
body: json
auth: inherit
}
body:json {
{
"userId": "",
"password": ""
}
}