POST {{triliumHost}}/etapi/auth/login Content-Type: application/json { "password": "1234" } > {% client.assert(response.status === 200, "Response status is not 200"); client.global.set("authToken", response.body.authToken); %}