22 lines
225 B
Plaintext
22 lines
225 B
Plaintext
meta {
|
|
name: Reset Password
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: {{addr}}/auth/password-reset
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "ricardompcampos@gmail.com"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|