async function getStatus(req, res) {
    const status = await gladys.gateway.getStatus();
    res.json(status);
  }