pangolin/bruno/Auth/reset-password-request.bru
2024-10-06 22:50:23 -04:00

17 lines
221 B
Text

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"
}
}