{
"reason":"h搜到",
"customerId":506866411638848,
"startTime":"2022-11-10 11:21:20",
"endTime":"2023-05-15 10:14:06"
}
curl --location --request POST '/api/v3/customer/clear-point-time' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason":"h搜到",
"customerId":506866411638848,
"startTime":"2022-11-10 11:21:20",
"endTime":"2023-05-15 10:14:06"
}'
{
"code": 0,
"message": "success"
}