Cancel an order and all child orders
cURL
curl --request POST \ --url https://api.sequencemkts.com/v1/parent_orders/{parent_id}/cancel \ --header 'Authorization: Bearer <token>'
{ "parent_id": "<string>", "status": "<string>" }
API key as bearer token (e.g., sk_live_abc123)
Order cancelled