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