Running with an insecure SECRET_KEY value, do not use in production.

C#

Below is an example of making an HTTP request to talentum-healthchecks from C#.

using (var client = new System.Net.WebClient())
{
       client.DownloadString("https://healthchecks.talentum.edu.co/ping/your-uuid-here");
}