22 lines
333 B
YAML
22 lines
333 B
YAML
info:
|
|
name: Reset Password
|
|
type: http
|
|
seq: 7
|
|
|
|
http:
|
|
method: POST
|
|
url: "{{base_url}}/api/v1/auth/reset-password"
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"token": "{{reset_token}}",
|
|
"new_password": "novaSenha123"
|
|
}
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|