Files
pangolin/bruno/Auth/reset-password-request.bru
2025-10-19 11:59:10 -07:00

18 lines
221 B
Plaintext

meta {
name: reset-password-request
type: http
seq: 10
}
post {
url: http://localhost:3000/api/v1/auth/reset-password/request
body: json
auth: none
}
body:json {
{
"email": "milo@pangolin.net"
}
}