{
"colourChinese": "string",
"colourEnglish": "string",
"colourRgb": "string",
"colourRemark1": "string",
"colourRemark2": "string",
"customerId": 0,
"id": 0
}curl --location --request PUT '/pullprod/colour/Edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"colourChinese": "string",
"colourEnglish": "string",
"colourRgb": "string",
"colourRemark1": "string",
"colourRemark2": "string",
"customerId": 0,
"id": 0
}'