pub async fn add_notification(
    payload: Json<AddNotificationRequest>,
    data: AppData,
    id: Identity
) -> Result<impl Responder, ServiceError>
Expand description

route handler that adds a notification message