Run workflows on a recurring schedule.
curl -X PUT https://api.getlark.ai/workflows/wf_abc123 \ -H "X-API-Key: $LARKCI_API_KEY" \ -H "Content-Type: application/json" \ -d '{"schedule": "0 9 * * *"}'