24 lines
254 B
Plaintext
24 lines
254 B
Plaintext
meta {
|
|
name: Change Password
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
put {
|
|
url: {{BASE_URL}}/auth/password
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"current_password": "test",
|
|
"new_password": "test"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|