The doubt I have is more conceptual than in code.
I have a rest that is a service on the server, the same is done in C #, I would like every day at a specific time it would request a URL X. I thought of putting a timer in my dekstop application made in C # consumes the rest and call the url in question, but I stopped in the draw that the computer that consumes the rest is not connected. Can I make the service itself see a timer inside it and call my URL, or something like that?