Notification messages REST Endpoints

Admin/Notification messages
Endpoints to list, read, update and delete notifications
deleteNotification
Method: delete
Path: /ccadmin/v1/notificationMessages/{id}
getMessages
Method: get
Path: /ccadmin/v1/notificationMessages
getNotification
Method: get
Path: /ccadmin/v1/notificationMessages/{id}
updateNotification
Method: put
Path: /ccadmin/v1/notificationMessages/{id}