{
"userId": "28829",
"recDate": "2019-08-24T14:15:22Z",
"tradeType": 1,
"tradePoint": 0,
"platformType": 1,
"accountId": "10516",
"point": 0,
"orderType": 2,
"ruleTitle": "string"
}
curl --location --request POST '/admin-api/charging/operation-point-rec/create' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "28829",
"recDate": "2019-08-24T14:15:22Z",
"tradeType": 1,
"tradePoint": 0,
"platformType": 1,
"accountId": "10516",
"point": 0,
"orderType": 2,
"ruleTitle": "string"
}'
{
"code": 0,
"data": "string",
"msg": "string"
}