], function(err) {
        if (err) return next(err);

        res.status(200).json({status: 200, content: 'User has been updated'});
    });