I would like to set up a CRON job using the aaPanel API, but I couldn't find any documentation on creating CRON jobs. Since I am already using the aaPanel API and find it very useful, could you please provide an example of how to create a CRON job via the API?
Specifically, I want to run the following command after 30 minutes:
wget -q -O- https://humdum.12.com.pk/cron/index
I would appreciate it if you could provide a code example instead of directing me to check the Chrome Developer Console for API options. Thank you in advance!