curl --location '/api/integrations/v1/receipt-qr' \
--header 'X-CRMPlus-Api-Key: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data '{
"receiptNo": "POS-INV-0001",
"expiresInMinutes": 120,
"purchaseAmountTHB": 800,
"storeCode": "BRN01"
}'{
"ok": true,
"duplicate": false,
"id": "50682439-6a26-42dc-847e-21f2d449e1c7",
"receiptNo": "POS-INV-0001",
"purchaseAmountTHB": 800.00,
"qrToken": "rW1aSoyRWTXZhAV90sTiNcT9zAaCYLYmb8qBmT-bSvg",
"qrUrl": "https://localhost:7205/m/tenant-c5f9?receiptToken=rW1aSoyRWTXZhAV90sTiNcT9zAaCYLYmb8qBmT-bSvg",
"expiresAt": "2026-06-20T04:15:16.651182Z"
}