Files
siren/bruno/auth/local/Change Password.bru
2026-04-08 09:15:01 -04:00

24 lines
254 B
Plaintext

meta {
name: Change Password
type: http
seq: 2
}
put {
url: {{BASE_URL}}/auth/password
body: json
auth: inherit
}
body:json {
{
"current_password": "test",
"new_password": "test"
}
}
settings {
encodeUrl: true
timeout: 0
}