889a56a9f9
- Modified the Send method in the NotificationHandler to dispatch notifications asynchronously by using a goroutine, improving responsiveness and allowing the handler to return immediately after initiating the send process. - This change enhances the user experience by not blocking the request while the notification is being sent, ensuring smoother operation of the API.