curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/point/add?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessType": 4,
"customerId": 0,
"points": 0,
"remark": "string"
}'
{
"code": 0,
"message": "string",
"messageUuid": "string",
"result": {
"currentPoints": 0
}
}