© 2026 Hedgehog Software, LLC
const resp = await client.api.scheduling.scheduleExecution.$post( {json: execution}, // this is not used {init:{body: jsonAsString}} );
{json: execution}
{init:{body: jsonAsString}}