Notifications REST Endpoints
            
            Worker Journey Tasks/Notifications
            
        
        
    The notifications resource is a child of the tasks resource. It includes notification settings for the task performer and owner.
- Create a notification
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/notifications - Get a notification
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/notifications/{WorkerJourneyTaskNotificationId} - Get all notifications
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/notifications - Update a notification
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/notifications/{WorkerJourneyTaskNotificationId}