Files
go-playground/projects/greenlight/docs/api/greenlight-bruno/Tokens/Password Reset.yml
T

23 lines
305 B
YAML

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