public JObject SendGroupNotification([FromBody] JObject notification) { LogUrl(); var notificationMessage = _jsonEditor.GetNotification(notification); var sendBack = _manage.SendGroupNotification(notificationMessage); return(sendBack); }