0 0 * * * curl __INSTALL_DIR__/api/cron/survey-status -X POST -H 'content-type: application/json' -H 'x-api-key: '"__CRON_SECRET__"''
0 8 * * 1 curl __INSTALL_DIR__/api/cron/weekly-summary -X POST -H 'content-type: application/json' -H 'x-api-key: '"__CRON_SECRET__"''
0 9 * * * curl __INSTALL_DIR__/api/cron/ping -X POST -H 'content-type: application/json' -H 'x-api-key: '"__CRON_SECRET__"''