curl --location '/api/integrations/v1/earn' \
--header 'X-CRMPlus-Api-Key: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data '{
"phone": "1233333333",
"externalRef": "POS-INV-0001",
"purchaseAmountTHB": 500,
"storeCode": "BRN01",
"note": null,
"occurredAt": null
}'{
"ok": true,
"duplicate": false,
"memberId": "db995f3c-96c4-41bf-9411-4ae637b27a49",
"ledgerId": "c2dfe0b3-36fe-4a6f-82aa-1aa258b5565e",
"submissionId": "54de66ab-52aa-4206-94f3-098112577a2c",
"externalRef": "POS-INV-0001",
"purchaseAmountTHB": 500,
"earnedUnits": 1,
"balance": 11,
"loyaltyMode": "Points",
"unitLabel": "points",
"ruleName": "ss"
}