I have an express-router route as follows:
.post( authController.protect, itemController.createItem, //create Item itemController.sendNotification