feat: password reset, activate token resend

This commit is contained in:
2026-05-04 09:28:28 +02:00
parent 0bbc76be1d
commit 5eafa5c1d6
8 changed files with 185 additions and 1 deletions
@@ -0,0 +1,22 @@
info:
name: Password Reset
type: http
seq: 2
http:
method: POST
url: "{{URL}}/v1/tokens/password-reset"
body:
type: json
data: |+
{
"email": "alice@example.com"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5