curl --location --request PATCH 'https://api.dev.ordermesh.io/v1//cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancelReason": "Cancel Reason"
}'{
"errorCode": "Unauthorized",
"requestId": "224b67bd-02e2-4b0c-9eef-2559e51d1866",
"errors": [
{
"errorMessage": "Invalid authorization token.",
"propertyName": null,
"attemptedValue": null
}
]
}