x-api-key: ********************curl --location --request GET 'https://testserver.loyi.io/public/api/reward/entry-code/' \
--header 'Origin: <WHITELISTED_URL>' \
--header 'x-api-key: <api-key>'{
"companyName": "Example Company",
"entryPassCode": {
"id": "123e4567-e89b-12d3-a456-426614174111",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"rewardId": "123e4567-e89b-12d3-a456-426614174333",
"contractAddress": "0x1234567890abcdef1234567890abcdef",
"entryCode": "ABC123",
"expiresAt": "2022-01-01T00:00:00.000Z",
"lastScannedAt": null,
"createdAt": "2022-01-01T00:00:00.000Z",
"updatedAt": "2022-01-01T00:00:00.000Z"
}
}