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