POST {{host}}/api/login { "name": "user6", "password": "this-is-a-password" } HTTP 200 [Captures] token: jsonpath "$.token" PUT {{host}}/api/users/@me/password Authorization: Bearer {{token}} { "password": "this-is-another-password" } HTTP 200 POST {{host}}/api/login { "name": "user6", "password": "this-is-another-password" } HTTP 200