mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
19 lines
197 B
Plaintext
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": ""
|
|
}
|
|
}
|