pub async fn create_notification(
configuration: &Configuration,
notification: Notification,
) -> Result<CreateNotificationSuccessResponse, Error<CreateNotificationError>>
Expand description
Sends notifications to your users
pub async fn create_notification(
configuration: &Configuration,
notification: Notification,
) -> Result<CreateNotificationSuccessResponse, Error<CreateNotificationError>>
Sends notifications to your users