19 lines
215 B
Plaintext
19 lines
215 B
Plaintext
meta {
|
|
name: Complete password reset
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v1/password-reset/complete
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"token": "",
|
|
"new_password": ""
|
|
}
|
|
}
|