1// eslint-disable-next-line no-undef 2var res = http.post('http://localhost:1986/' + SERVER_PATH, { 3 headers: {'Content-Type': 'text/plain'}, 4 body: '', 5}) 6 7// eslint-disable-next-line no-undef 8output.result = json(res.body).appviewDid