Ejemplo n.º 1
0
        public JObject SendGroupNotification([FromBody] JObject notification)
        {
            LogUrl();
            var notificationMessage = _jsonEditor.GetNotification(notification);
            var sendBack            = _manage.SendGroupNotification(notificationMessage);

            return(sendBack);
        }