{
"id": 0,
"serviceCode": "string",
"serviceName": "string",
"vipOnly": true,
"vipPrivilege": "string",
"vipDailyFreeTimes": 0,
"unitPoints": 0,
"minUnit": 0,
"minPoints": 0,
"description": "string",
"deleted": true
}curl --location --request POST 'https://test.51vive.com/forums/points/billingRule' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"serviceCode": "string",
"serviceName": "string",
"vipOnly": true,
"vipPrivilege": "string",
"vipDailyFreeTimes": 0,
"unitPoints": 0,
"minUnit": 0,
"minPoints": 0,
"description": "string",
"deleted": true
}'{
"code": 0,
"msg": "string",
"data": {}
}