### Make the Bearer token available
< {%
const token = execSync('cat /path/to/token.jwt', { encoding: 'utf8' }).trim();
client.global.set('auth_token', token);
client.log("token: " + client.global.get('auth_token'));
%}
GET https://my.server/api/info
Authorization: Bearer {{auth_token}}
see https://www.jetbrains.com/help/idea/javascript-api-supported-by-http-client.html#exec-methods