Authorization: Bearer ********************curl --location --request DELETE 'https://api.ordermesh.io/shipment/v1/' \
--header 'Authorization: Bearer <token>'{
"errorCode": "Unauthorized",
"requestId": "224b67bd-02e2-4b0c-9eef-2559e51d1866",
"errors": [
{
"errorMessage": "Invalid authorization token.",
"propertyName": null,
"attemptedValue": null
}
]
}