Files
aviation/bruno/Account/Confirm Password Reset.bru

19 lines
217 B
Plaintext

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