Scheduled Data Copy API usage
curl \
    -X POST "httpS://api.tinybird.co/v0/pipes/snapshot_consolidation/nodes/final/copy" \
    -H "Authorization: Bearer $TOKEN" \
    -d "target_datasource=inventory_snapshots" \
    -d "schedule_cron=*/1 * * * *"