post https://example.com/api/v0/orders//cancel
Creates a new request to cancel the sale(s) corresponding to the given customerOrderId
.
POST /orders/:customerOrderId:/cancel
{
"reason": "CustomerRequest",
"attemptDeliveryRedirect": true,
"summary": "string"
}