createNotification

@Transactional
fun createNotification(tenantId: String, type: NotificationType, title: String, message: String? = null, userId: String? = null, resourceType: String? = null, resourceId: String? = null): NotificationResponse(source)