{
"ruleId": "31685",
"ruleType": 2,
"ruleTitle": "string",
"bonusNum": 0,
"ruleDes": "string",
"platformType": 1,
"expiredDate": "string",
"ruleStatus": 1,
"skid": "6666",
"remark": "随便",
"requestType": 2
}
curl --location --request POST '/admin-api/charging/bonus-rule/create' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"ruleId": "31685",
"ruleType": 2,
"ruleTitle": "string",
"bonusNum": 0,
"ruleDes": "string",
"platformType": 1,
"expiredDate": "string",
"ruleStatus": 1,
"skid": "6666",
"remark": "随便",
"requestType": 2
}'
{
"code": 0,
"data": "string",
"msg": "string"
}