Groups.update = async (req, res) => {
    const groupObj = await api.groups.update(req, {
        ...req.body,
        slug: req.params.slug,
    });