curl --location '/api/integrations/v1/earn' \
--header 'Content-Type: application/json' \
--data '{
"phone": "0891234567",
"externalRef": "POS-00231",
"purchaseAmountTHB": 350.00,
"storeCode": "BKK-01",
"note": "โต๊ะ 4",
"occurredAt": "2026-09-10T14:20:00Z"
}'{
"ok": true,
"duplicate": false,
"memberId": "a1b2c3d4-...",
"externalRef": "POS-00231",
"purchaseAmountTHB": 350.00,
"earnedUnits": 12,
"balance": 252,
"loyaltyMode": "Points",
"unitLabel": "แต้ม",
"ruleName": "1 บาท = 1 แต้ม"
}