curl --location --request PATCH '/productoptions/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": true,
"messages": {
"colorRgb": {
"notHex": "The input contains non-hexadecimal characters"
}
}
}