19 lines
217 B
Plaintext
19 lines
217 B
Plaintext
meta {
|
|
name: Confirm Password Reset
|
|
type: http
|
|
seq: 9
|
|
}
|
|
|
|
post {
|
|
url: {{API_URL}}/account/password/verify
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"token": "token",
|
|
"password": "New Password"
|
|
}
|
|
}
|