Authorization: Bearer ********************curl --location 'https://api.dev.ordermesh.io/shipment/v1//unassign' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"orderItemId": "aef0b78c-bcfd-484d-b1c7-dd7647f28a67"
}'{
"errorCode": "Unauthorized",
"requestId": "224b67bd-02e2-4b0c-9eef-2559e51d1866",
"errors": [
{
"errorMessage": "Invalid authorization token.",
"propertyName": null,
"attemptedValue": null
}
]
}