curl --location --request PATCH '/productsizes/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": true,
"messages": {
"order": {
"notInteger": "Invalid type given. Integer value expected."
}
}
}