curl --request PATCH \
--url https://api.waterfall.host/v1/game/schedules/{serverId}/{scheduleId}/tasks/{taskId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "command",
"payload": "<string>",
"time_offset": 123,
"continue_on_failure": true
}
'