curl --location 'https://api.boxnmove.combusiness/standard/dispatch/cancel' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"clientRefId": "REF123456",
"reason": "Customer asked to cancel"
}'{
"success": true,
"message": "Order cancelled successfully",
"data": {
"clientRefId": "REF123456",
"status": "Cancelled"
}
}