Metar overhaul, added footer, updated schemas
This commit is contained in:
17
bruno/Account/Reset Password.bru
Normal file
17
bruno/Account/Reset Password.bru
Normal file
@@ -0,0 +1,17 @@
|
||||
meta {
|
||||
name: Reset Password
|
||||
type: http
|
||||
seq: 7
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{API_URL}}/account/password/reset
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "user@example.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user