curl --location 'https://api.qa.ordermesh.io/shipment/v1//unassign' \
--header 'Content-Type: application/json' \
--data '{
"orderItemId": "4fe5e10b-e1ac-4b11-80d6-7ba8d9fc21b1"
}'{
"errorCode": "Unauthorized",
"requestId": "224b67bd-02e2-4b0c-9eef-2559e51d1866",
"errors": [
{
"errorMessage": "Invalid authorization token.",
"propertyName": null,
"attemptedValue": null
}
]
}