Authorization: ********************{
"userId": 0,
"type": "string",
"points": 0,
"bizId": "string",
"bizType": "string",
"extra": {
"property1": "string",
"property2": "string"
},
"transactionType": "string",
"comment": "string"
}curl --location --request POST '/iapi/v1/pro/pointsmall/crm/rewardpoint/add' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"userId": 0,
"type": "string",
"points": 0,
"bizId": "string",
"bizType": "string",
"extra": {
"property1": "string",
"property2": "string"
},
"transactionType": "string",
"comment": "string"
}'