23 lines
276 B
Plaintext
23 lines
276 B
Plaintext
meta {
|
|
name: Resetpassword
|
|
type: http
|
|
seq: 11
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:4200/lst/api/auth/reset-password
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"newPassword": "nova0511",
|
|
"token": "8ZtCt8c5BRwtcqD9k5RceLhx"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|