Files
MeowSpool/backend/bruno-routes/MewoSpool/Auth/Forgot Password.yml
T

21 lines
304 B
YAML

info:
name: Forgot Password
type: http
seq: 5
http:
method: POST
url: "{{base_url}}/api/v1/auth/forgot-password"
body:
type: json
data: |-
{
"email": "felipe@felipecncloud.com"
}
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5