{
  "ok": true,
  "service": "notion-billing-account-health-sync",
  "endpoints": {
    "trigger": "https://notion-billing-account-health-sync.easondev.workers.dev/api/notion/billing-account-health-sync",
    "accountScoreTrigger": "https://notion-billing-account-health-sync.easondev.workers.dev/api/notion/billing-account-health-sync/account-score-sync",
    "dailyBudgetTrigger": "https://notion-billing-account-health-sync.easondev.workers.dev/api/notion/billing-account-health-sync/daily-budget-alignment-sync",
    "runs": "https://notion-billing-account-health-sync.easondev.workers.dev/api/notion/billing-account-health-sync/runs",
    "status": "https://notion-billing-account-health-sync.easondev.workers.dev/api/notion/billing-account-health-sync/runs/:runId",
    "report": "https://notion-billing-account-health-sync.easondev.workers.dev/api/notion/billing-account-health-sync/runs/:runId/reports/:task",
    "health": "https://notion-billing-account-health-sync.easondev.workers.dev/health"
  },
  "defaults": {
    "apply": true,
    "scope": "open-cycles",
    "limit": 500,
    "threshold": 5,
    "tasks": [
      "account-score-sync",
      "daily-budget-alignment-sync"
    ],
    "rowIds": [],
    "billingDbId": "2cc4fcc4-f701-80f8-9375-cc2ad624e9e4",
    "adAccountsDbId": "2cc4fcc4-f701-8009-a090-cb6208a601d3"
  },
  "schedule": {
    "cronUtc": "0 6 * * *",
    "timezone": "Asia/Kuala_Lumpur",
    "localTime": "14:00"
  },
  "tasks": [
    "account-score-sync",
    "daily-budget-alignment-sync"
  ]
}