Files
aviation/bruno/Users/Change Password.bru
2025-04-11 00:51:37 -04:00

21 lines
240 B
Plaintext

meta {
name: Change Password
type: http
seq: 4
}
put {
url: {{API_URL}}/account/password
body: json
auth: none
}
body:json {
"New Password"
}
script:post-response {
const apiKey = res.body
bru.setVar("bearer",apiKey)
}