{
"rule_name": "string",
"is_show": "string",
"sort": "string",
"content": "string",
"cate_id": [
"string"
]
}
curl --location --request POST 'price_rule/create' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"rule_name": "string",
"is_show": "string",
"sort": "string",
"content": "string",
"cate_id": [
"string"
]
}'
{}