async function loginTwoFactor(req, res) {
    await gladys.gateway.loginTwoFactor(req.body.two_factor_token, req.body.two_factor_code);
    res.json({
      success: true,
    });