I want a function to be triggered by cron every 24 hours. But I want to give it some query params and change the method to POST. The params don't have to be dynamic but are necessary for the function. Is this possible?
TL;DR
Developers want to trigger a function with cron every 24 hours, but need to set predefined query params and change the method to POST. This can be achieved by specifying the default method and query params within the cron configuration.