How to host a SQL database and add observations to it using a desktop app that anyone can deploy?

Hi, this is probably a really trivial questions but I haven’t found any easy tutorials or answer, so I’m hoping to solicit your ideas.

I’m building a simple desktop app that anyone in my organization can download and use, and I want it to upload its usage metrics to a server somewhere that I can then download and analyze. Preferably, this would be in the form of some post request so the people using the app don’t need to configure anything on their end.

Is there a simple way to do this?

Thanks!