Authorization: Bearer ********************curl --location 'https://api.stg.ordermesh.io/shipment/v1//unassign' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"orderItemId": "cb60c5e7-6aad-41e8-b269-33bb802c34b0"
}'{
"errorCode": "Unauthorized",
"requestId": "224b67bd-02e2-4b0c-9eef-2559e51d1866",
"errors": [
{
"errorMessage": "Invalid authorization token.",
"propertyName": null,
"attemptedValue": null
}
]
}