meta { name: Bearer Auth 401 type: http seq: 2 } get { url: {{host}}/api/auth/bearer/protected body: json auth: none } assert { res.status: 401 res.body.message: Unauthorized } script:post-response { bru.setEnvVar("foo", "bar"); }