Notification Followers REST Endpoints

Notification Followers
The notification followers resource is used to view, create, update, and delete notifications for an object record.
Create a notification follow entry
Method: post
Path: /crmRestApi/resources/11.13.18.05/notificationFollowers
Delete a notification follow entry
Method: delete
Path: /crmRestApi/resources/11.13.18.05/notificationFollowers/{FollowerId}
Get a notification follower
Method: get
Path: /crmRestApi/resources/11.13.18.05/notificationFollowers/{FollowerId}
Get all notification followers
Method: get
Path: /crmRestApi/resources/11.13.18.05/notificationFollowers
Update a notification follow entry
Method: patch
Path: /crmRestApi/resources/11.13.18.05/notificationFollowers/{FollowerId}