Below is an example of making a HTTP request to X-EYE from C#.
using (var client = new System.Net.WebClient()) { client.DownloadString("https://eye.xeung.tech/ping/your-uuid-here"); }