I try to make simple http and https request in c, for that I follow this: here, but it works with the example, but it doesn't work with https rest api, for example: here
I would like to have an example of how I can make an https and http request from scratch, without using external libraries like libcurl.