curl --location --request POST 'https://core.privageapp.com/api/v1/connect/add/points' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber": "0888888888",
"value": 1000,
"method": 1,
"refNo": "TBC00003",
"remark": "ทดสอบให้คะแนนด้วยหมายเลขโทรศัพท์"
}'{
"transactionId": "79445ff4-d918-49cd-b4fb-c60ebe3ab5c3",
"amount": 1000,
"points": 1000,
"points_type": "AMOUNT",
"receive_type": "GAIN",
"ref_no": "TBC00002",
"remark": "ทดสอบให้ points ด้วย API",
"ref_remark": null
}