Authorization: Bearer ********************{
"name": "string",
"description": "string",
"rule_type": "string",
"condition": {
"property1": "string",
"property2": "string"
},
"adjustment_type": "string",
"adjustment_value": 0,
"priority": 0,
"is_active": true
}curl --location '/api/v1/smart-pricing/rules' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"rule_type": "string",
"condition": {
"property1": "string",
"property2": "string"
},
"adjustment_type": "string",
"adjustment_value": 0,
"priority": 0,
"is_active": true
}'{
"code": 0,
"message": "success",
"data": {
"property1": "string",
"property2": "string"
}
}