feat: password reset, activate token resend
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
info:
|
||||
name: Update Password
|
||||
type: http
|
||||
seq: 3
|
||||
|
||||
http:
|
||||
method: PUT
|
||||
url: "{{URL}}/v1/users/password"
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"token": "3JWV7KEAYAMEFQMONXKVNIFYSY",
|
||||
"password": "pa44word"
|
||||
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user