#!/bin/bash CRON_SECRET="smalltown_review_secret_2024" API_URL="http://localhost:3000/api/cron/review" curl -X POST -H "Authorization: Bearer $CRON_SECRET" "$API_URL"