curl --location --request POST 'https://api.dev.ordermesh.io/v1//unassign' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderItemId": "ba7d42e2-ebdd-4391-8dad-b096aaa21627"
}'{
"errorCode": "Unauthorized",
"requestId": "224b67bd-02e2-4b0c-9eef-2559e51d1866",
"errors": [
{
"errorMessage": "Invalid authorization token.",
"propertyName": null,
"attemptedValue": null
}
]
}