curl --location --request PATCH '/shipping/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": true,
"messages": {
"trackingCode": {
"isEmpty": "Value is required and can't be empty"
}
}
}