{
"id": 0,
"ruleName": "string",
"ruleValue": "string"
}
curl --location --request POST '/api/admin/store/product/rule/update' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"ruleName": "string",
"ruleValue": "string"
}'
{
"code": 0,
"data": "string",
"message": "string"
}