{
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "crons": [
    {
      "path": "/api/cron/complete-bookings",
      "schedule": "0 0 * * *"
    }
  ]
}
