{
"point":1,
"model":2,
"reason":"dhak",
"customerIds":[408525816047680,444254027176000]
}
curl --location --request POST '/api/v3/customer/update-point' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"point":1,
"model":2,
"reason":"dhak",
"customerIds":[408525816047680,444254027176000]
}'
{
"code": 0,
"message": "success",
"data": {
"seqId": "53123312341323"
}
}