curl --location --request PATCH '/products//units//' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": true,
"messages": {
"oldPrice": {
"notFloat": "Invalid type given. Floating point value expected."
}
}
}