{
"rule_uuid": "string",
"identities": {
"type": "string",
"value": "string"
},
"point": 0,
"reason": "string"
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/vip/integral/deduction' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"rule_uuid": "string",
"identities": {
"type": "string",
"value": "string"
},
"point": 0,
"reason": "string"
}'
{
"request_id": "742bc00e341363bdf3c881ac4683ef06",
"code": 0,
"msg": "success",
"data": true,
"timestamp": 1694515900078
}