meta { name: Login type: http seq: 1 } post { url: {{api_url}}/auth/login body: json auth: none } body:json { { "email":"a1@mail.pt", "password":"123" } } tests { let data = res.getBody(); bru.setEnvVar("token",data.token); }