fosrl.pangolin/bruno/Auth/reset-password-request.bru

18 lines
221 B
Text
Raw Normal View History

2024-10-06 22:50:23 -04:00
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@fossorial.io"
}
}