Can I programatically add new clocks with default parameters to an existing flow's schedule without having to re-register the flow?

TL;DR - the easiest way to do it is to add clocks with parameters to the flow and reregister it. Adding clocks via GraphQL mutation set_flow_group_schedule is an idempotent operation that would replace existing clocks rather than appending new ones.