{
"id": 0,
"field": "string",
"val": "string"
}
curl --location --request POST '/adminapi/decorate/decorate/updateField' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"field": "string",
"val": "string"
}'