What's the recommended way to run a curl request as a cron job on Render.com

What’s the recommended way to run a curl request as a cron job?

I am trying to make a post request with a ~1000 chars body

curl is available on Render’s Native Environments, directly invoking it is fine.