[HELP] Sending Data from Fivem to Website Client

Hello, I am trying to make a webpanel for my fivem server but I am stuck on trying to send data to my website from fivem. For example I want to send a notification message that shows up on your website client from a fivem script.

Send an http request to your website, then you can broadcast your message (using WebSocket api for exemple)