mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
19 lines
198 B
Plaintext
19 lines
198 B
Plaintext
meta {
|
|
name: AuthService_SetPassword
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/v1/auth/password
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"userId": "",
|
|
"password": ""
|
|
}
|
|
}
|