ab6eb3b3ed
- Updated the Send method in NotificationHandler to send notifications asynchronously using goroutines, improving responsiveness and performance. - Removed synchronous error handling for notification sending, allowing the API to return a success response immediately while processing the notification in the background.