Get all brand rewards

This API returns all the live and upcoming rewards created for an org.

👍

Note

For detailed information about our APIs and for hands-on testing, refer documentation in API overview and step-by-step guide on making your first API call in Make your first API call .

Prerequisites

  • Authentication: Basic or OAuth authentication
  • Default access group

API Specification

URI/api_gateway/rewards/core/v1/user/reward/brand/{brand name}
HTTP MethodGET
PaginationYes
Batch supportNo
Rate limit informationNone

API endpoint example

https://eu.api.capillarytech.com/api_gateway/rewards/core/v1/user/reward/brand/BUKL?redemptionType=CART_PROMOTION&page=1&size=2

Request path parameters

Parameter NameData TypeDescription
brandName*StringName of the brand the reward is associated with. Ex: BUKL

Request query parameters

Parameter NameData TypeDescription
redemptionTypeStringType of redemption managed by this constraint. Supported values: GAMES, AUCTION, CART_PROMOTION, CASH_WALLET, VENDOR_ONLY_REWARD, VOUCHER, CASH_BACK, INTOUCH_REWARD, PHYSICAL_REWARD, CHARITY, MILES, GIFT_CARD, SWEEPSTAKES, VENDOR_INTOUCH_REWARD, CARD_DISC.
https://eu.api.capillarytech.com/api_gateway/rewards/core/v1/user/reward/brand/BUKL?redemptionType=CART_PROMOTION

Response parameters

ParameterDatatypeDescription
statusobjectStatus information
successbooleanIndicates if the request was successful
codeintegerStatus code
messagestringStatus message
rewardListnullList of rewards.
pagingDtoobjectPaging details
lastbooleanIndicates if this is the last page
totalElementsintegerTotal number of elements
totalPagesintegerTotal number of pages
numberOfElementsintegerNumber of elements on the current page
firstbooleanIndicates if this is the first page
sizeintegerSize of the page
numberintegerCurrent page number
orgLevelRestrictionsobjectOrganization level restrictions
isValidbooleanIndicates if the restrictions are valid
customerLevelarrayList of customer level restrictions
paymentConfigsObjectThe list of payment mode supported by the reward.
paymentModeEnumThe type of payment mode supported to redeem the reward. Supported values: POINTS, FREE, CASH, POINTS_CASH,CONV_RATIO.

For more information, refer to Supported payment modes.
groupNameStringA label assigned to a set of rewards to organize them based on common themes or purposes.
groupRankIntegerThe priority level assigned to a reward group to determine its display order in the catalog.
rewardRankIntegerThe priority level assigned to an individual reward within a group to highlight its importance or relevance.
- rewardConstraintIdintegerUnique identifier for the reward constraint
- orgIdintegerUnique organization identifier
- kpistringKey performance indicator (e.g., "POINTS")
- constraintLevelstringThe level at which restrictions would be defined by org and applied on. (e.g., "CUSTOMER")
- frequencyTypestringFrequency at which the constraint is applied, "DAILY"
- constraintLimitValueintegerThe limit value for the constraint.
- isActivebooleanIndicates if the constraint is active
- intervalValueintegerThe interval at which the frequency is applied.
- isValidbooleanIndicates if the constraint is valid
customerRedemptionTypeLevelarrayList of customer redemption type level restrictions
- redemptionTypestringType of redemption (e.g., CART_PROMOTION, INTOUCH_REWARD, CHARITY)
- intervalValueintegerThe interval at which the frequency is applied.
customerLoyaltyProgramLevelarrayList of customer loyalty program level restrictions
consumedintegerAmount of the constraint that has been consumed
programIdstringProgram identifier
rewardLevelObjectDetails on the reward level limit across the customers
- idID of the reward
- isValidbooleanThe value of this parameter becomes false when the rewards are exhausted. Downstream applications can then use this information to hide the rewards from the customer once the quantity of rewards is exhausted.
- consumedintThe number of rewards consumed.
- repeatFrequencyTypestringThe frequency at which the quantity KPI is reviewed. NO_LIMIT indicates that there is no restriction on the number of rewards a customer can purchase during the entire reward duration. DAYS indicates that there is a restriction on the number of rewards a customer can purchase within a certain number of days during the reward duration.
intervalintInterval at which
- limitintThe maximum number of rewards that can be purchased/claimed across the customers.
- kpistringKPI to measure the rewards.
customerLevelObjectDetails on the customer level reward limit
- idID of the reward
- isValidThe value of this parameter becomes false when the rewards are exhausted for the respective customer.
- limitThe maximum number of rewards that can be purchased/claimed by a particular customer.
- intervalThe time period over which the reward KPIs are measured. For example, if the repeatFrequencyType is DAYS, the interval is 30 and the limit is 20, system will evaluate the reward with a final limit of 20 over a 30-day interval.
- kpiKPI to measure the reward. For example, quantity to measure the number of rewards purchased during a specific duration.
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 204181,
            "name": "our Mower sweepstakes",
            "description": "Enter our Mower sweepstakes",
            "imageId": "0828e3ac-d234-4349-ab13-4a8b90a95305",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/29f8d7bc-f293-4198-8e43-b88d5c10.png",
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-21 17:46:15",
            "endTime": "2024-07-31 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "The Home Depot",
            "groupRank": 1,
            "rewardRank": 6,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 330,
                    "points": 300.0000
                }
            ]
        },
        {
            "id": 204180,
            "name": "Charity: Brighten a child's day ",
            "description": "Charity: Brighten a child's day ",
            "imageId": "1ba995fa-add1-4a80-b8af-9d7bfc897671",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/b9806cfd-dbc9-4b6d-b4de-3ee9a9d8.png",
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-21 17:40:52",
            "endTime": "2024-07-31 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "The Home Depot",
            "groupRank": 1,
            "rewardRank": 5,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "CONV_RATIO",
                    "id": 324,
                    "conversionRatio": 1.0000
                }
            ]
        },
        {
            "id": 204178,
            "name": "THD 10% off on landscape supplies",
            "description": "THD 10% off on landscape supplies",
            "imageId": "b400f157-1411-4d3b-9520-04280194e916",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/2a8df584-c15d-4c26-9a73-ed4dee52.png",
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-21 17:32:47",
            "endTime": "2024-07-31 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "The Home Depot",
            "groupRank": 1,
            "rewardRank": 4,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 322,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 204177,
            "name": "THD 30% discount on Pain",
            "description": "THD 30% discount on Pain",
            "imageId": "085766d5-4d75-47e4-afc2-bb1c08cc5a6a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/23b93afa-7afa-468b-b723-3ddd2733.png",
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-22 06:45:00",
            "endTime": "2024-07-31 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "The Home Depot",
            "groupRank": 1,
            "rewardRank": 3,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 321,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 204176,
            "name": "THD $50 discount on furniture",
            "description": "THD $50 discount on furniture",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-21 17:27:29",
            "endTime": "2024-07-31 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "The Home Depot",
            "groupRank": 1,
            "rewardRank": 2,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 320,
                    "points": 200.0000
                }
            ]
        },
        {
            "id": 204175,
            "name": "THD 20% discount on power tools",
            "description": "THD 20% discount on power tools",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-21 17:38:09",
            "endTime": "2024-07-31 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "The Home Depot",
            "groupRank": 1,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 319,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 203008,
            "name": "Charitie",
            "description": "Charitie",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-19 11:41:17",
            "endTime": "2024-08-31 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "groupName016",
            "groupRank": 8,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "CONV_RATIO",
                    "id": 318,
                    "conversionRatio": 1.0000
                }
            ]
        },
        {
            "id": 202661,
            "name": "A",
            "description": "A",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-09-22 06:45:00",
            "endTime": "2024-09-29 06:30:00",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "groupName016",
            "groupRank": 8,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 308
                }
            ]
        },
        {
            "id": 201899,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 08:44:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11045,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11046,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11044,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 304,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201898,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 08:39:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11042,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11043,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11041,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 303,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201897,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 08:36:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11039,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11040,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11038,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 302,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201896,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 08:18:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "groupName012",
                    "groupRank": 8
                }
            ],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11036,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11037,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11035,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 301,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201895,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 08:15:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11033,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11034,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11032,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 300,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201894,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-18 12:57:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11030,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11031,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11029,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 299,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201826,
            "name": "test 123",
            "description": "test 123",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-17 07:00:00",
            "endTime": "2024-08-31 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "labelsV1": "Athlete"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "groupName014",
            "groupRank": 8,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 298,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201581,
            "name": "10% off on Disney Merchandise",
            "description": "10% off on Disney Merchandise",
            "imageId": "c6a202c2-d89a-4e22-9620-5f669707db34",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4d06dce3-3971-4732-9048-9cd31c29.jpg",
            "thumbnailId": "0b5d11f3-3950-4009-aec2-52c62a30a30e",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/99456b39-107d-476c-94b1-df259453.jpg",
            "termAndConditionsId": "9b9111a8-177b-4945-877f-e7cbebb38bdc",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/dbe3f60d-512e-484a-a000-3515631.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 100,
            "group": "",
            "startTime": "2024-07-17 21:02:27",
            "endTime": "2024-12-31 22:02:27",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                },
                {
                    "id": 54,
                    "name": "movies",
                    "enabled": true
                },
                {
                    "id": 55,
                    "name": "sporting events",
                    "enabled": true
                },
                {
                    "id": 74,
                    "name": "ev",
                    "enabled": true
                },
                {
                    "id": 75,
                    "name": "online",
                    "enabled": true
                },
                {
                    "id": 76,
                    "name": "offline",
                    "enabled": true
                },
                {
                    "id": 80,
                    "name": "on board purchase",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 201573,
            "name": "Welcome Gift",
            "description": "Welcome Gift",
            "imageId": "a4d36f94-9f17-46f4-a41a-c0ca1581139e",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/39b254c0-825f-47b3-9244-cfb28a17.jpg",
            "thumbnailId": "0ce66f74-b15f-47c4-af8e-485ca16feeca",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/68a30fe6-515c-4c13-8804-f79e4e45.jpg",
            "termAndConditionsId": "ef980a60-ad2b-47c2-9601-a635896ce6c4",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f19b98d9-4741-4efc-be00-3e16bac.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 100,
            "group": "",
            "startTime": "2024-07-17 20:58:10",
            "endTime": "2024-12-31 21:58:10",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                },
                {
                    "id": 54,
                    "name": "movies",
                    "enabled": true
                },
                {
                    "id": 55,
                    "name": "sporting events",
                    "enabled": true
                },
                {
                    "id": 74,
                    "name": "ev",
                    "enabled": true
                },
                {
                    "id": 75,
                    "name": "online",
                    "enabled": true
                },
                {
                    "id": 76,
                    "name": "offline",
                    "enabled": true
                },
                {
                    "id": 80,
                    "name": "on board purchase",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 201374,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 11:00:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "groupName012",
                    "groupRank": 8
                },
                {
                    "groupName": "groupName013",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10943,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10944,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10942,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 292,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201372,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 11:00:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "groupName012",
                    "groupRank": 8
                }
            ],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10938,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10939,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10937,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 291,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201349,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 11:00:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10934,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10935,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10933,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 290,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201348,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10931,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10932,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10930,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 289,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198827,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 12:57:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10573,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10574,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10572,
                        "isValid": true,
                        "consumed": 1,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 284,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198826,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 12:55:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10570,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10571,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10569,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 283,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198825,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 12:53:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10567,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10568,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10566,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 282,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198824,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 18:17:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10564,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10565,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10563,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 281,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198749,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 10:13:29",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10546,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10547,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10545,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 280,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198725,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 14:43:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10540,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10541,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10539,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 279,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198715,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 14:34:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10537,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10538,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10536,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 278,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198677,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 20:00:00",
            "endTime": "2025-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10528,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10529,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10527,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 198676,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 13:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10525,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10526,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10524,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 277,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198675,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 13:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10522,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10523,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10521,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 276,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198674,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 13:03:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10519,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10520,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10518,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 275,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198673,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10516,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10517,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10515,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 274,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198672,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10513,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10514,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10512,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 273,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198671,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10510,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10511,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10509,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": []
        },
        {
            "id": 198646,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10504,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10505,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10503,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": []
        },
        {
            "id": 198645,
            "name": "nnnn",
            "description": "nnn",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-11 07:00:00",
            "endTime": "2024-08-05 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Abc"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Try your luck now",
            "groupRank": 9,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 271,
                    "cash": 100.0000,
                    "points": 10.0000
                }
            ]
        },
        {
            "id": 198621,
            "name": "test1",
            "description": "test1",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-11 06:31:11",
            "endTime": "2024-08-21 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Court Kings",
            "groupRank": 12,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "CONV_RATIO",
                    "id": 270,
                    "conversionRatio": 0.5000
                }
            ]
        },
        {
            "id": 198157,
            "name": " English",
            "description": "Description",
            "imageId": "EXDR12987U",
            "imageUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987U?X-Amz-Security-Token=FwoGZXIvYXdzEMb%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDInHv%2BJ8AAGToqL7OCLMAbwz1DZ7BablX6ieWLRSuyLrtlSkL5W1v6qXSamVYej3aSqG5HxVps1R2kasNOI2sQob55cvO5LqMOqYvPF7Myihb9onN2LavTlAGPJMdiZ2gMlH4FskTVunCYSyRR27fPcim5CtbzzC6bIsYFNF7rSKDdY%2Bxoc4Xc%2FZsB8suQcaAYeYIt7O4Ujayzv2AK61rc97XdyPDGn8R0N47VTgbqpz68rJCZG%2F6256uoy%2Fo%2Bd6dGTMVvErOt1Mjh0fAzE8jvhgs0S8mxHKUIOkICjEw%2F60BjItO%2BWyhSmUEmyGRD6ywkyUJt8Z2TTKyaANtg3OIkzSHezVPqPHwnTC8O1AUjbR&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240723T122749Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3599&X-Amz-Credential=ASIAXKEP2EMBVE74W3DH%2F20240723%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=fb960bda9c3476f8e1a1f668c1288d4212464bf326580fe28ded571e51f850f2",
            "thumbnailId": "EXDR12987T",
            "thumbnailUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987T?X-Amz-Security-Token=FwoGZXIvYXdzEMb%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDInHv%2BJ8AAGToqL7OCLMAbwz1DZ7BablX6ieWLRSuyLrtlSkL5W1v6qXSamVYej3aSqG5HxVps1R2kasNOI2sQob55cvO5LqMOqYvPF7Myihb9onN2LavTlAGPJMdiZ2gMlH4FskTVunCYSyRR27fPcim5CtbzzC6bIsYFNF7rSKDdY%2Bxoc4Xc%2FZsB8suQcaAYeYIt7O4Ujayzv2AK61rc97XdyPDGn8R0N47VTgbqpz68rJCZG%2F6256uoy%2Fo%2Bd6dGTMVvErOt1Mjh0fAzE8jvhgs0S8mxHKUIOkICjEw%2F60BjItO%2BWyhSmUEmyGRD6ywkyUJt8Z2TTKyaANtg3OIkzSHezVPqPHwnTC8O1AUjbR&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240723T122749Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBVE74W3DH%2F20240723%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=9af2f1699104a1b9f491022462ebf4f5201f20d0bab08b5d3878c596a1f8e8ca",
            "termAndConditionsId": "EXDR12987R",
            "termAndConditionsUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987R?X-Amz-Security-Token=FwoGZXIvYXdzEMb%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDInHv%2BJ8AAGToqL7OCLMAbwz1DZ7BablX6ieWLRSuyLrtlSkL5W1v6qXSamVYej3aSqG5HxVps1R2kasNOI2sQob55cvO5LqMOqYvPF7Myihb9onN2LavTlAGPJMdiZ2gMlH4FskTVunCYSyRR27fPcim5CtbzzC6bIsYFNF7rSKDdY%2Bxoc4Xc%2FZsB8suQcaAYeYIt7O4Ujayzv2AK61rc97XdyPDGn8R0N47VTgbqpz68rJCZG%2F6256uoy%2Fo%2Bd6dGTMVvErOt1Mjh0fAzE8jvhgs0S8mxHKUIOkICjEw%2F60BjItO%2BWyhSmUEmyGRD6ywkyUJt8Z2TTKyaANtg3OIkzSHezVPqPHwnTC8O1AUjbR&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240723T122749Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBVE74W3DH%2F20240723%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=e9dd27118c1ecf7b592ad37298d4a7f806a4c0d1933b1e4d83c72ef5e19c7671",
            "tier": "SILVER",
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-15 06:20:53",
            "endTime": "2027-05-13 03:41:54",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 197686,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10351,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10352,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10350,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": []
        },
        {
            "id": 197685,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10348,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10349,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10347,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": []
        },
        {
            "id": 197661,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10342,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10343,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10341,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 257,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 180362,
            "name": "Nike-branded sports watches or GPS trackers",
            "description": "Track your performance.",
            "imageId": "cb393232-1094-4a82-a459-b57fc4c80185",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/2f033798-e468-4153-8c15-bc0f04cb.jpg",
            "thumbnailId": "47df1089-663e-4135-8ef0-4cec496c8036",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/b258d35b-a931-40c5-b657-4884631f.jpg",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 100,
            "group": "Experiment reward",
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7701,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7702,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7700,
                        "isValid": true,
                        "consumed": 3,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180361,
            "name": "Nike-sponsored sports league memberships (e.g., intramural basketball, soccer)",
            "description": "Join the team.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7698,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7699,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7697,
                        "isValid": true,
                        "consumed": 5,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180360,
            "name": "Nike-branded nutrition guides or meal plans",
            "description": "Fuel your body right.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7695,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7696,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7694,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180359,
            "name": "Nike- Jordan True Flight",
            "description": "Run for charity, run with Nike.",
            "imageId": "ee6eb2ee-61bd-47b3-8855-a97e1f3aded9",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4a1cc55a-91d3-45d9-b31a-3113ec19.png",
            "thumbnailId": "71964c52-05ec-4a9a-bf91-c08674c13e12",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5a5b3eb1-a4b6-4e73-95b4-9fe39bf2.png",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 100,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7692,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7693,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7691,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180358,
            "name": "Nike-sponsored community fitness events or initiatives",
            "description": "Sweat for a cause.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7689,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7690,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7688,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180357,
            "name": "Nike-branded travel accessories (e.g., luggage tags, passport holders)",
            "description": "Travel in Nike fashion.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7686,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7687,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7685,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180355,
            "name": "Nike-sponsored wellness workshops or seminars",
            "description": "Learn and grow with Nike.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7680,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7681,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7679,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180354,
            "name": "Nike product customization vouchers",
            "description": "Customize your Nike gear.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7677,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7678,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7676,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180352,
            "name": "Nike-exclusive discounts or promotions",
            "description": "Unlock exclusive savings.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7671,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7672,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7670,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180349,
            "name": "Nike-sponsored fitness retreats or camps",
            "description": "Retreat to fitness paradise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7662,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7663,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7661,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180347,
            "name": "Nike-sponsored sports experiences (e.g., attending NBA games, soccer matches)",
            "description": "Sports experiences like never before.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7656,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7657,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7655,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180346,
            "name": "Nike digital content (e.g., workout playlists, motivational videos)",
            "description": "Motivation at your fingertips.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7653,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7654,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7652,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180344,
            "name": "Nike footwear cleaning kits",
            "description": "Keep your kicks fresh.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7647,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7648,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7646,
                        "isValid": true,
                        "consumed": 1,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180343,
            "name": "Nike gift sets or bundles",
            "description": "Perfect gift for every athlete.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7644,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7645,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7643,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180341,
            "name": "Nike apparel for kids or infants",
            "description": "TDress your little champ.",
            "imageId": "06cc907a-cc1c-407b-8c9d-3f1ed06eccdf",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/a7845eb0-fe65-4da7-a797-7550c948.jpg",
            "thumbnailId": "3c880eb6-4612-458e-8301-3811cdcd2370",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4be80adf-b247-445a-b60e-74c0a47a.jpg",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 01:12:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7638,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7639,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7637,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180340,
            "name": "Nike-branded phone cases or accessories",
            "description": "Tech meets style.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7635,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7636,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7634,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180339,
            "name": "Nike tech gadgets (e.g., Bluetooth headphones, smartwatches)",
            "description": "FStay connected, stay Nike.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7632,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7633,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7631,
                        "isValid": true,
                        "consumed": 2,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180338,
            "name": "Nike yoga mats or accessories",
            "description": "Nike yoga mats or accessories",
            "imageId": "17432155-3f92-4976-850b-475109f08427",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fd46563d-b54f-43cf-85d6-bd307b4.jpeg",
            "thumbnailId": "17432155-3f92-4976-850b-475109f08427",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fd46563d-b54f-43cf-85d6-bd307b4.jpeg",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 200,
            "group": "Experiment reward",
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7629,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7630,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7628,
                        "isValid": true,
                        "consumed": 5,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180337,
            "name": "Nike recovery gear (e.g., foam rollers, massage balls)",
            "description": "Recover like a champion.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7626,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7627,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7625,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180336,
            "name": "Nike water bottles or hydration gear",
            "description": "Stay hydrated, stay Nike.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7623,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7624,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7622,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180335,
            "name": "Nike sunglasses",
            "description": "KShield your eyes in style.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7620,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7621,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7619,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180334,
            "name": "Nike hats or headbands",
            "description": "KTop off your look.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7617,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7618,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7616,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180332,
            "name": "Nike backpacks or gym bags",
            "description": "Carry your gear in style.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7611,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7612,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7610,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180331,
            "name": "Nike swimwear",
            "description": "Dive into Nike comfort.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7608,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7609,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7607,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180330,
            "name": "Nike golf clubs or apparel",
            "description": "Tee off with Nike finesse.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7605,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7606,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7604,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180329,
            "name": "Nike soccer cleats",
            "description": "Nike soccer cleats",
            "imageId": "ef92491f-4d82-4b89-b6cc-b3303faf2ea9",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bd765eb5-f518-4217-923f-4762151f.png",
            "thumbnailId": "ef92491f-4d82-4b89-b6cc-b3303faf2ea9",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bd765eb5-f518-4217-923f-4762151f.png",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Exclusive experiences",
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7602,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7603,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7601,
                        "isValid": true,
                        "consumed": 4,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180328,
            "name": "Nike basketball shoes",
            "description": "Hoop in Nike confidence.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7599,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7600,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7598,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180327,
            "name": "Nike training shoes",
            "description": "Train like a pro.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7596,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7597,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7595,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180325,
            "name": "Nike running shoes",
            "description": "Nike running shoes",
            "imageId": "ab409284-1da2-4aab-a5d3-84bc3be95b51",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5e0e57d6-eae1-46ca-83b3-7991abff.jpg",
            "thumbnailId": "ab409284-1da2-4aab-a5d3-84bc3be95b51",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5e0e57d6-eae1-46ca-83b3-7991abff.jpg",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 200,
            "group": "Exclusive experiences",
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7593,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7594,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7592,
                        "isValid": true,
                        "consumed": 7,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180320,
            "name": "Nike workout gear (e.g., leggings, shorts, sports bras)",
            "description": "Work out in style.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7590,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7591,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7589,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180314,
            "name": "Nike-branded sports equipment (e.g., basketballs, soccer balls)",
            "description": "Play with Nike quality.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7587,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7588,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7586,
                        "isValid": true,
                        "consumed": 1,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180311,
            "name": "Nike FuelBand or other fitness trackers",
            "description": "Track your fitness journey.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7582,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7583,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7581,
                        "isValid": true,
                        "consumed": 1,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180304,
            "name": "Customized Nike shoes",
            "description": "Your shoes, your style.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7578,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7579,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7577,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180298,
            "name": "VIP access to Nike events",
            "description": "VIP access to Nike events",
            "imageId": "ef92491f-4d82-4b89-b6cc-b3303faf2ea9",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bd765eb5-f518-4217-923f-4762151f.png",
            "thumbnailId": "ef92491f-4d82-4b89-b6cc-b3303faf2ea9",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bd765eb5-f518-4217-923f-4762151f.png",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Exclusive experiences",
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7575,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7576,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7574,
                        "isValid": true,
                        "consumed": 9,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180295,
            "name": "Offer on Air Jordan",
            "description": "Offer on Air Jordan",
            "imageId": "bc5912e4-4b5c-4862-b79b-ec8a6bd5255d",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5fd3322a-2cc5-4dc8-a4df-59bb8afa.jpg",
            "thumbnailId": "bc5912e4-4b5c-4862-b79b-ec8a6bd5255d",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5fd3322a-2cc5-4dc8-a4df-59bb8afa.jpg",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-06-07 12:12:00",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7566,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7567,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7565,
                        "isValid": true,
                        "consumed": 38,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 229
                }
            ]
        },
        {
            "id": 180137,
            "name": "Nike gift cards",
            "description": "Instant style upgrade: Nike gift cards.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 500,
            "group": "",
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7563,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7564,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7562,
                        "isValid": true,
                        "consumed": 3,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180113,
            "name": "Donate to Charity : Help us brighten a child's day!",
            "description": "Redeem you points and donate to Charity, 1 Point = 1 AED",
            "imageId": "5d05ccb2-6f5b-4b58-ad90-b97647c86784",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/1aba92d2-28bc-44dc-9dc9-00fbf662.jpg",
            "thumbnailId": "061bcf5a-6ccd-4422-a23d-929fa744f213",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/ca915cf2-6495-41e1-b13a-cbf578fd.jpg",
            "termAndConditionsId": "f34e21ea-d563-45ec-a8fc-08c22313bc8c",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/433ebbb0-0f0e-492e-bfed-f103168.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-06-10 06:30:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "rewardLevel": [
                    {
                        "id": 7525,
                        "isValid": true,
                        "consumed": 1,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 50000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "CONV_RATIO",
                    "id": 118,
                    "conversionRatio": 1.0000
                }
            ]
        },
        {
            "id": 175160,
            "name": "20% Discount on Gym Membership",
            "description": "20% Discount on Gym Membership",
            "imageId": "b38605da-fffa-4453-b015-184a4b816405",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e8e43abe-ffa6-40ac-82b4-5d235a55.jpg",
            "thumbnailId": "38aad583-611a-49f4-b9d7-28557d144d40",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/195c8a41-6141-4260-8d1e-e88e7c79.jpg",
            "termAndConditionsId": "51291b74-0a48-4afe-bb27-3e949029d472",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/2c10142d-812a-42f6-a89e-4db773d.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 2000,
            "group": "",
            "startTime": "2024-05-28 16:06:13",
            "endTime": "2025-05-31 10:36:13",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 153850,
            "name": "$5 Cash Back Reward",
            "description": "Auto-redeem $5 Cash Back Reward",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-05-02 06:00:00",
            "endTime": "2024-12-31 13:00:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                },
                {
                    "id": 54,
                    "name": "movies",
                    "enabled": true
                },
                {
                    "id": 55,
                    "name": "sporting events",
                    "enabled": true
                },
                {
                    "id": 74,
                    "name": "ev",
                    "enabled": true
                },
                {
                    "id": 75,
                    "name": "online",
                    "enabled": true
                },
                {
                    "id": 76,
                    "name": "offline",
                    "enabled": true
                },
                {
                    "id": 80,
                    "name": "on board purchase",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 3666,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 3667,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 3665,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 6,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 138569,
            "name": "Free Check-In Baggage upto 40Kgs",
            "description": "Free Check-In Baggage upto 40Kgs",
            "imageId": "6a50e5ff-e5e6-49bc-9f8b-523c3672d6cb",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fae44e5c-96c8-4164-a75f-a256134.jpeg",
            "thumbnailId": "810c01d1-ace6-4805-8dac-e16c1a6e2c31",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/8ab137db-d354-4ec5-8ad5-bc06d0f.jpeg",
            "termAndConditionsId": "c98ea62a-f019-4415-8abb-ac97664856b4",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4924dbf6-93a8-43f9-bf53-d45cc80.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 11,
            "group": "Airline",
            "startTime": "2024-03-15 19:00:00",
            "endTime": "2026-02-28 09:00:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 138551,
            "name": "Free stay for 1 night",
            "description": "Free stay for 1 night",
            "imageId": "7a979faf-afdb-488f-ba8e-e401d38b51e1",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/7ea3569c-92e1-4d1f-8f42-64bce80f.jpg",
            "thumbnailId": "69259784-89d5-4f6e-b67d-8643dcb22a4b",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/103ca0ec-e32c-482e-bbe1-15a964a9.jpg",
            "termAndConditionsId": "80e1e36b-6ed3-4b61-ab5c-222308b533b9",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9ad186ca-e7d3-41f1-83f4-64378d6.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 10000,
            "group": "Airline",
            "startTime": "2024-03-15 12:31:05",
            "endTime": "2025-07-31 12:31:05",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": []
        },
        {
            "id": 121879,
            "name": "Flat 100 off on protein powder",
            "description": "Burn 100 points and get a Flat 100 off on protein powder coupon",
            "imageId": "0f1aee40-3e4d-474d-8070-546eb2ac777e",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5bea603b-6ff2-4e00-88fb-8610012b.jpg",
            "thumbnailId": "2f6fc242-58c1-4a41-9e2f-66bc9acac52e",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/ae890c7e-9c8f-47d9-b5e2-1c62265e.jpg",
            "termAndConditionsId": "9303b31a-6042-475e-bb46-3129bc22baa1",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/b7bb1e12-8b1e-4089-888d-3f13723.html",
            "tier": "4",
            "label": "4",
            "priority": 1,
            "intouchPoints": 100,
            "group": "Health",
            "startTime": "2024-01-24 08:28:16",
            "endTime": "2028-07-30 21:28:16",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 121878,
            "name": "50% off on planet fitness subscription",
            "description": "Burn 1000 points and get 50% off on planet fitness subscription",
            "imageId": "733aa751-6772-40a4-a3a1-38e64178410d",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/3b4d33c3-230e-446f-b987-cae428a6.jpg",
            "thumbnailId": "c11743a8-f353-4449-8242-1af679840a31",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e7391686-2952-4c92-ad61-9684e938.jpg",
            "termAndConditionsId": "fe4a03ef-8749-45ae-9c28-59e4dc066eff",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/a7862c4c-1545-4d43-a696-8094402.html",
            "tier": "3",
            "label": "3",
            "priority": 1,
            "intouchPoints": 1000,
            "group": "Health",
            "startTime": "2024-01-24 08:25:45",
            "endTime": "2028-07-30 21:25:45",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 121877,
            "name": "10% off on protein supplements",
            "description": "Burn 500 points and get a 10% off on protein supplements coupon",
            "imageId": "6fd72faf-3e30-430a-861b-d8ef34d7bc68",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4f4ccfec-3733-479a-8de1-b94091b.jpeg",
            "thumbnailId": "ed6f50f8-a80f-4d68-9c60-a05b4cb5282e",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/71c40451-629d-46ed-ab2b-52922c0.jpeg",
            "termAndConditionsId": "201076f2-43f2-49fe-b549-adbe3db62470",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/7c409850-8546-44a5-8a44-89c58cc.html",
            "tier": "accessories",
            "label": "accessories",
            "priority": 1,
            "intouchPoints": 500,
            "group": "Health",
            "startTime": "2024-01-24 08:22:33",
            "endTime": "2028-07-30 13:22:33",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 121876,
            "name": "20% off on Vitamins",
            "description": "Burn 1000 points and get a 20% off on Vitamins coupon",
            "imageId": "8485055f-5d49-48ed-8b32-92b870d9e46c",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e039015e-a4b9-49ba-bf5f-aafdd5a.jpeg",
            "thumbnailId": "b07afb85-b531-46f2-a3d0-e71b6c178a2d",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/71441127-956e-449e-b198-a8a688b.jpeg",
            "termAndConditionsId": "9b72745a-a82c-4fb0-904f-5df6c11bb3cb",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4f743292-4861-45bd-9983-7700d2a.html",
            "tier": "accessories",
            "label": "accessories",
            "priority": 1,
            "intouchPoints": 1000,
            "group": "Health",
            "startTime": "2024-01-24 08:20:41",
            "endTime": "2028-07-30 09:20:41",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 120828,
            "name": "50% off on Dining",
            "description": "10% off on Food & Beverage",
            "imageId": "33eee3fd-e19f-420f-b03b-bc1b3edd3a0a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/3a061fe6-abef-4787-9fad-0e729f60.jpg",
            "thumbnailId": "f17cd19c-e3fb-4592-a6e8-0152de6dc2be",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f00b6ddf-faff-436f-bcf2-8d38ed85.jpg",
            "termAndConditionsId": "b88db3e3-2af2-4376-ba60-f32fccf43ddf",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/b93fb64e-9c73-4467-850c-224dff6.html",
            "tier": "Food & Beverage",
            "label": "Food & Beverage",
            "priority": 1,
            "intouchPoints": 2000,
            "group": "Airline",
            "startTime": "2024-01-20 07:57:29",
            "endTime": "2025-01-19 20:57:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 95990,
            "name": "10% off on next flight booking with Riyadh Airlines",
            "description": "Redeem existing Reward Points on travel booking. Redeem 10,000 points and get 10% OFF on your next flight booking ",
            "imageId": "03af4803-4dd1-4c24-bae3-c9f3d3741d8a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/d5580fcf-92de-4688-bf60-e7c348cf.jpg",
            "thumbnailId": "f9302075-bcb8-4fd9-8321-e44701a921bd",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/cfd864c6-0aff-42ed-bae2-677e6925.jpg",
            "termAndConditionsId": "fc547920-2038-4ed5-818e-51a5ad21b6b3",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/190b8497-1534-4621-bebf-47dd487.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 1000,
            "group": "Airline",
            "startTime": "2024-03-15 19:00:00",
            "endTime": "2026-02-28 14:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 73061,
            "name": "Free shipping on purchases above Rs.1000",
            "description": "Enjoy the convenience of free shipping on all your purchases above Rs.1000. ",
            "imageId": "5545371e-9cbb-4871-bc57-dca9312b498d",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/a90bf8a8-9a19-4b63-8123-d5aa252.jpeg",
            "thumbnailId": "6df57645-f630-44b1-bf51-2aa480e2d0f0",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e05b344d-53d0-4915-92b7-f466061.jpeg",
            "termAndConditionsId": "f6c0b697-f076-4f95-8ae5-df93915b3f14",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/2a28833d-df1a-424d-ac63-a6ba818.html",
            "tier": "Free Shipping",
            "label": "Free Shipping",
            "priority": 3,
            "intouchPoints": 0,
            "group": "Free Shipping",
            "startTime": "2023-07-17 09:53:00",
            "endTime": "2025-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                },
                {
                    "id": 54,
                    "name": "movies",
                    "enabled": true
                },
                {
                    "id": 55,
                    "name": "sporting events",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 469,
                    "tierIds": [
                        "1207"
                    ],
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 73060,
            "name": "Exclusive Access to Fashion Week",
            "description": "Immerse yourself in the glamorous world of fashion with exclusive access to prestigious fashion week events. ",
            "imageId": "03e18a94-87aa-4fad-a1b5-6a88be174df9",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fd1be9be-a588-453a-a60d-9d596158.jpg",
            "thumbnailId": "4f961d16-c992-4ab8-9334-409cbf765383",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/703e55a0-d057-4cf7-9040-a4182cb1.jpg",
            "termAndConditionsId": "dd669236-e8d9-4812-9ab5-ac6b6bffcfbf",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/c26befab-b29a-4776-b254-9b8099a.html",
            "tier": "Exclusive experiences",
            "label": "Exclusive experiences",
            "priority": 1,
            "intouchPoints": 1000,
            "group": "Exclusive experiences",
            "startTime": "2023-07-17 09:54:00",
            "endTime": "2025-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                },
                {
                    "id": 54,
                    "name": "movies",
                    "enabled": true
                },
                {
                    "id": 55,
                    "name": "sporting events",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 469,
                    "tierIds": [
                        "1207"
                    ],
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 53386,
            "name": "10% off on Hotels & Resorts ",
            "description": "Lotte Hotels & Resorts Points may be used for rooms, food and beverages at LOTTE HOTELS & RESORTS and Evian SPA in SIGNIEL SEOUL from at least 1,000 points (USD 10).",
            "imageId": "d7ecad3e-4360-401d-a51b-20938eb3e8dd",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/8d4079fd-271d-4bab-9652-bac13ca8.png",
            "thumbnailId": "4895fa62-6cd6-4b17-970a-f1fbe126392c",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/228535ab-6ad2-44e7-b9ed-5f73406d.png",
            "termAndConditionsId": "81a702b8-107f-4e53-bec2-223c456c15cb",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bce566f7-54c1-4c15-bef0-d7e292e.html",
            "tier": "Hospitality",
            "label": "Hospitality",
            "priority": 3,
            "intouchPoints": 1500,
            "group": "Airline",
            "startTime": "2023-07-19 07:00:00",
            "endTime": "2025-10-30 13:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": 1,
            "images": [],
            "videos": []
        },
        {
            "id": 49827,
            "name": "20% off on women's wear",
            "description": "20% off on women's wear",
            "imageId": "ea3da7eb-8d75-49e4-b64d-8350c2441c2f",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/1754205d-d383-4b5a-aa29-9697f2b.jpeg",
            "thumbnailId": "cfcfa412-a488-4188-a898-0199fd460890",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/862bd2c0-2b3e-4d6d-b111-cb90ee2.jpeg",
            "termAndConditionsId": "bfc93e07-eda5-4744-9085-a047ca6b9461",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/d53853cb-57f0-47c4-8d6f-00707d9.html",
            "tier": "Lifestyle",
            "label": "Lifestyle",
            "priority": 1,
            "intouchPoints": 500,
            "group": "Lifestyle",
            "startTime": "2023-08-18 10:00:00",
            "endTime": "2025-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 469,
                    "tierIds": [
                        "1207"
                    ],
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "transactionLevel": [
                    {
                        "id": 4,
                        "isValid": true,
                        "limit": 1,
                        "kpi": "QUANTITY"
                    }
                ],
                "customerLevel": [
                    {
                        "id": 92,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 500,
                        "interval": 100,
                        "kpi": "TRANSACTION_COUNT"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 91,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "DAYS",
                        "limit": 5000,
                        "interval": 30,
                        "kpi": "TRANSACTION_COUNT"
                    }
                ]
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 27803,
            "name": "30% Off on new arrivals",
            "description": "30% Off on new arrivals",
            "imageId": "f1762216-b76d-4b83-aeda-4226eba6c619",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bf3d58fc-b335-4f84-9838-389d54fb.jpg",
            "thumbnailId": "53b0187f-7e7e-4361-9e6f-1ee92d794d38",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/6b2f205a-e49b-425a-aa55-2b04d798.jpg",
            "termAndConditionsId": "e1a19c65-1d91-4776-a008-2467e283a5c0",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/169c2024-b8fa-422b-a3cc-6140ce2.html",
            "tier": "",
            "label": "Grocery",
            "priority": 1,
            "intouchPoints": 100,
            "group": "Lifestyle",
            "startTime": "2023-01-24 13:26:50",
            "endTime": "2029-11-13 09:56:50",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": []
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 94,
        "totalPages": 1,
        "numberOfElements": 94,
        "first": true,
        "size": 94,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true,
        "customerLevel": [
            {
                "rewardConstraintId": 10857,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 3,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true
            }
        ],
        "customerRedemptionTypeLevel": [
            {
                "rewardConstraintId": 10259,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 100,
                "isActive": true,
                "isValid": true,
                "redemptionType": "NULL"
            },
            {
                "rewardConstraintId": 11123,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "redemptionType": "POINTS"
            }
        ],
        "customerLoyaltyProgramLevel": [
            {
                "rewardConstraintId": 11436,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "1680"
            }
        ]
    }
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 206253,
            "name": " $5 Goodwill Charity Donation",
            "description": "Brighten a child's day",
            "imageId": "9ffe0ac0-3aaf-443f-8a59-f1db2e305c5e",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/ad7c52c6-7646-4799-bf85-c54223c3.jpg",
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 150,
            "group": null,
            "startTime": "2024-07-26 16:15:00",
            "endTime": "2024-09-01 12:00:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 98,
                    "name": "charity",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "Kellanova Rewards",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "CONV_RATIO",
                    "id": 332,
                    "conversionRatio": 0.5000
                }
            ]
        },
        {
            "id": 203008,
            "name": "Charitie",
            "description": "Charitie",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-19 11:41:17",
            "endTime": "2024-08-31 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "groupName016",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "CONV_RATIO",
                    "id": 318,
                    "conversionRatio": 1.0000
                }
            ]
        },
        {
            "id": 180113,
            "name": "Donate to Charity : Help us brighten a child's day!",
            "description": "Redeem you points and donate to Charity, 1 Point = 1 AED",
            "imageId": "5d05ccb2-6f5b-4b58-ad90-b97647c86784",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/1aba92d2-28bc-44dc-9dc9-00fbf662.jpg",
            "thumbnailId": "061bcf5a-6ccd-4422-a23d-929fa744f213",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/ca915cf2-6495-41e1-b13a-cbf578fd.jpg",
            "termAndConditionsId": "f34e21ea-d563-45ec-a8fc-08c22313bc8c",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/433ebbb0-0f0e-492e-bfed-f103168.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-06-10 06:30:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "rewardLevel": [
                    {
                        "id": 7525,
                        "isValid": true,
                        "consumed": 1,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 50000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "CONV_RATIO",
                    "id": 118,
                    "conversionRatio": 1.0000
                }
            ]
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 3,
        "totalPages": 1,
        "numberOfElements": 3,
        "first": true,
        "size": 3,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true,
        "customerLevel": [
            {
                "rewardConstraintId": 10857,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true
            }
        ],
        "customerRedemptionTypeLevel": [
            {
                "rewardConstraintId": 10259,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 100,
                "isActive": true,
                "isValid": true,
                "redemptionType": "NULL"
            },
            {
                "rewardConstraintId": 11123,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "redemptionType": "POINTS"
            },
            {
                "rewardConstraintId": 11662,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "WEEKLY",
                "constraintLimitValue": 10,
                "isActive": true,
                "startDayOfTheWeek": "MONDAY",
                "isValid": true,
                "redemptionType": "MILES"
            }
        ],
        "customerTierLevel": [
            {
                "rewardConstraintId": 13059,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_TIER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "tierId": "1"
            }
        ],
        "customerLoyaltyProgramLevel": [
            {
                "rewardConstraintId": 11436,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "1680"
            },
            {
                "rewardConstraintId": 11664,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "469"
            }
        ],
        "customerLabelLevel": [
            {
                "rewardConstraintId": 11667,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LABEL",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "label": "Fashion"
            }
        ]
    }
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 182350,
            "name": "$10 Target Gift Card ",
            "description": "$10 Target Gift Card ",
            "imageId": "c2710d9b-895e-4642-9ca3-32c5c8516e2c",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2fcc851-542c-4973-b62e-ba82c475.png",
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 300,
            "group": null,
            "startTime": "2024-06-11 06:45:00",
            "endTime": "2024-10-31 16:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 233,
                    "cash": 20.0000,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 129247,
            "name": "20% off Dinning at Marriot ",
            "description": "20% off Dinning at Marriot ",
            "imageId": "b5a71ad5-ff1e-42d6-91f0-e1c61c7b1fb4",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/c4130427-af7b-4024-831a-e85378bb.png",
            "thumbnailId": "13a45b9b-56f0-4afa-8d41-fd7fb6e69321",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/eb05b437-dc67-47c2-b18c-93a6dd2c.png",
            "termAndConditionsId": "08acfa61-d724-4ffb-af75-3c010a062fde",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/6b7e0b10-c5fd-4ead-bdaa-683cf37.html",
            "tier": "1",
            "label": "1",
            "priority": 1,
            "intouchPoints": 600,
            "group": "1",
            "startTime": "2024-02-21 14:37:51",
            "endTime": "2025-01-01 02:37:51",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 97,
                    "name": "dining",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 2,
        "totalPages": 1,
        "numberOfElements": 2,
        "first": true,
        "size": 2,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true,
        "customerLevel": [
            {
                "rewardConstraintId": 10857,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true
            }
        ],
        "customerRedemptionTypeLevel": [
            {
                "rewardConstraintId": 10259,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 100,
                "isActive": true,
                "isValid": true,
                "redemptionType": "NULL"
            },
            {
                "rewardConstraintId": 11123,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "redemptionType": "POINTS"
            },
            {
                "rewardConstraintId": 11662,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "WEEKLY",
                "constraintLimitValue": 10,
                "isActive": true,
                "startDayOfTheWeek": "MONDAY",
                "isValid": true,
                "redemptionType": "MILES"
            }
        ],
        "customerTierLevel": [
            {
                "rewardConstraintId": 13059,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_TIER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "tierId": "1"
            }
        ],
        "customerLoyaltyProgramLevel": [
            {
                "rewardConstraintId": 11436,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "1680"
            },
            {
                "rewardConstraintId": 11664,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "469"
            }
        ],
        "customerLabelLevel": [
            {
                "rewardConstraintId": 11667,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LABEL",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "label": "Fashion"
            }
        ]
    }
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 215684,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 15:35:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 397
                }
            ]
        },
        {
            "id": 215683,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 15:35:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "CONV_RATIO",
                    "id": 396,
                    "conversionRatio": 0.3300
                }
            ]
        },
        {
            "id": 215642,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 12:35:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "CONV_RATIO",
                    "id": 395,
                    "conversionRatio": 0.3300
                }
            ]
        },
        {
            "id": 198621,
            "name": "test1",
            "description": "test1",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-11 06:31:11",
            "endTime": "2024-08-21 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "Court Kings",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "CONV_RATIO",
                    "id": 270,
                    "conversionRatio": 0.5000
                }
            ]
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 4,
        "totalPages": 1,
        "numberOfElements": 4,
        "first": true,
        "size": 4,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true,
        "customerLevel": [
            {
                "rewardConstraintId": 10857,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true
            }
        ],
        "customerRedemptionTypeLevel": [
            {
                "rewardConstraintId": 10259,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 100,
                "isActive": true,
                "isValid": true,
                "redemptionType": "NULL"
            },
            {
                "rewardConstraintId": 11123,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "redemptionType": "POINTS"
            },
            {
                "rewardConstraintId": 11662,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "WEEKLY",
                "constraintLimitValue": 10,
                "isActive": true,
                "startDayOfTheWeek": "MONDAY",
                "isValid": true,
                "redemptionType": "MILES"
            }
        ],
        "customerTierLevel": [
            {
                "rewardConstraintId": 13059,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_TIER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "tierId": "1"
            }
        ],
        "customerLoyaltyProgramLevel": [
            {
                "rewardConstraintId": 11436,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "1680"
            },
            {
                "rewardConstraintId": 11664,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "469"
            }
        ],
        "customerLabelLevel": [
            {
                "rewardConstraintId": 11667,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LABEL",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "label": "Fashion"
            }
        ]
    }
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 154442,
            "name": "Free stay for 1 night",
            "description": "Free stay for 1 night",
            "imageId": "7a979faf-afdb-488f-ba8e-e401d38b51e1",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/7ea3569c-92e1-4d1f-8f42-64bce80f.jpg",
            "thumbnailId": "69259784-89d5-4f6e-b67d-8643dcb22a4b",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/103ca0ec-e32c-482e-bbe1-15a964a9.jpg",
            "termAndConditionsId": "80e1e36b-6ed3-4b61-ab5c-222308b533b9",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9ad186ca-e7d3-41f1-83f4-64378d6.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 10000,
            "group": "Airline",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "Recommended Rewards",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 6777,
                        "isValid": true,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 100,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 6776,
                        "isValid": true,
                        "consumed": 8,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 100000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 2,
            "images": [
                {
                    "name": "imagename1",
                    "id": "7a979faf-afdb-488f-ba8e-e401d38b51e1",
                    "url": "https://eucrm-solutions.s3.amazonaws.com/rewards/7ea3569c-92e1-4d1f-8f42-64bce80f.jpg"
                }
            ],
            "videos": [
                {
                    "name": "videoname1",
                    "id": null,
                    "url": "https://www.youtube.com/watch?v=4K6Sh1tsAW4",
                    "isExternal": true
                }
            ],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 56,
                    "cash": 20.0000,
                    "points": 5000.0000
                }
            ]
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 1,
        "totalPages": 1,
        "numberOfElements": 1,
        "first": true,
        "size": 1,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true,
        "customerLevel": [
            {
                "rewardConstraintId": 13054,
                "orgId": 100606,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 500000,
                "isActive": true,
                "isValid": true
            }
        ],
        "customerRedemptionTypeLevel": [
            {
                "rewardConstraintId": 13055,
                "orgId": 100606,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 4000,
                "isActive": true,
                "isValid": true,
                "redemptionType": "CHARITY"
            },
            {
                "rewardConstraintId": 13154,
                "orgId": 100606,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 500000,
                "isActive": true,
                "isValid": true,
                "redemptionType": "NULL"
            }
        ]
    }
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 175508,
            "name": "10$ gift card",
            "description": "10$ gift card",
            "imageId": "fabc1b4c-1ba0-4c2b-9b24-cc199e1b6813",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/1857b8f8-bdac-4f4d-8a43-acc20515.jpg",
            "thumbnailId": "0bae68c3-62e9-4ac8-a339-63cc54b85b61",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/650feaab-4198-44d0-9718-f4f2f1cd.jpg",
            "termAndConditionsId": "41051017-6a4e-4ed1-8fd5-08b80d42379c",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/35e6e13a-8d69-48a4-aa2a-c435647.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 1000,
            "group": "AFG",
            "startTime": "2024-05-28 10:38:55",
            "endTime": "2024-10-31 10:38:55",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "2024 Special Rewards",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7023,
                        "isValid": true,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 100,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7022,
                        "isValid": true,
                        "consumed": 5,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 100000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 68,
                    "points": 2000.0000
                }
            ]
        },
        {
            "id": 175507,
            "name": "5% off on every txn",
            "description": "5% off on every txn above 3000",
            "imageId": "9e5974d5-8a00-435c-ab79-d07b11b1a505",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9d2551f1-31a4-4440-abaf-a20d06c1.jpg",
            "thumbnailId": "e49fd8c3-cbb9-4ac5-98c8-aae9c3e65ebf",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/afbfe7c0-b59c-4995-b646-654a4f1a.jpg",
            "termAndConditionsId": "be1114e0-e6e9-442e-a733-e143fe146bc8",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/d840d1ca-fc3c-4c5c-958b-3daa92d.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 1000,
            "group": "",
            "startTime": "2024-05-28 10:26:58",
            "endTime": "2026-11-24 10:26:58",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 22,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 158644,
            "name": "$20 Reward ",
            "description": "$20 Reward ",
            "imageId": "4788334a-57fd-4df3-8f71-973151543f99",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f67065d7-468a-40fc-92da-fbd2cd6a.png",
            "thumbnailId": "310b3173-da9f-40da-b39e-41f1e16665bd",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/b716c275-85e7-4b91-91c1-ece19ada.png",
            "termAndConditionsId": "d6aa0180-7eb1-4a90-99b7-e733ef7cb722",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5c5f19b3-971a-4a2d-affc-b4f6193.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 3000,
            "group": "",
            "startTime": "2024-04-25 18:34:50",
            "endTime": "2025-11-18 18:34:50",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 22,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 3,
        "totalPages": 1,
        "numberOfElements": 3,
        "first": true,
        "size": 3,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true,
        "customerLevel": [
            {
                "rewardConstraintId": 13054,
                "orgId": 100606,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 500000,
                "isActive": true,
                "isValid": true
            }
        ],
        "customerRedemptionTypeLevel": [
            {
                "rewardConstraintId": 13055,
                "orgId": 100606,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 4000,
                "isActive": true,
                "isValid": true,
                "redemptionType": "CHARITY"
            },
            {
                "rewardConstraintId": 13154,
                "orgId": 100606,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 500000,
                "isActive": true,
                "isValid": true,
                "redemptionType": "NULL"
            }
        ]
    }
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 182945,
            "name": "150 off on handbags and wallets",
            "description": "150 off on handbags and wallets",
            "imageId": "04bbabf2-ce9d-48b3-9a58-347479b8ea88",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/969c2707-e082-4cc5-bbad-48f6ae1.jpeg",
            "thumbnailId": "04bbabf2-ce9d-48b3-9a58-347479b8ea88",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/969c2707-e082-4cc5-bbad-48f6ae1.jpeg",
            "termAndConditionsId": "36797a3b-7726-4d75-ad8b-aa1dc0bd7874",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5f259983-5671-453e-af25-c9d1293.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-06-11 10:02:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 8292,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 8293,
                        "isValid": true,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 1000,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 8290,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10000,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 8291,
                        "isValid": true,
                        "consumed": 1,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 100000000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [
                {
                    "name": "imagename1",
                    "id": "04bbabf2-ce9d-48b3-9a58-347479b8ea88",
                    "url": "https://eucrm-solutions.s3.amazonaws.com/rewards/969c2707-e082-4cc5-bbad-48f6ae1.jpeg"
                }
            ],
            "videos": [
                {
                    "name": "videoname1",
                    "id": null,
                    "url": "https://www.youtube.com/watch?v=JlxgrLH6hu4",
                    "isExternal": true
                }
            ],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 240,
                    "points": 10.0000
                }
            ]
        },
        {
            "id": 182941,
            "name": "150 off on handbags and wallets",
            "description": "150 off on handbags and wallets",
            "imageId": "04bbabf2-ce9d-48b3-9a58-347479b8ea88",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/969c2707-e082-4cc5-bbad-48f6ae1.jpeg",
            "thumbnailId": "04bbabf2-ce9d-48b3-9a58-347479b8ea88",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/969c2707-e082-4cc5-bbad-48f6ae1.jpeg",
            "termAndConditionsId": "36797a3b-7726-4d75-ad8b-aa1dc0bd7874",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5f259983-5671-453e-af25-c9d1293.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-06-11 10:02:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 8287,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 8288,
                        "isValid": true,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 1000,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 8285,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10000,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 8286,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 100000000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [
                {
                    "name": "imagename1",
                    "id": "04bbabf2-ce9d-48b3-9a58-347479b8ea88",
                    "url": "https://eucrm-solutions.s3.amazonaws.com/rewards/969c2707-e082-4cc5-bbad-48f6ae1.jpeg"
                }
            ],
            "videos": [
                {
                    "name": "videoname1",
                    "id": null,
                    "url": "https://www.youtube.com/watch?v=JlxgrLH6hu4",
                    "isExternal": true
                }
            ],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 239,
                    "points": 10.0000
                }
            ]
        },
        {
            "id": 182367,
            "name": "150 off on handbags and wallets",
            "description": "150 off on handbags and wallets",
            "imageId": "04bbabf2-ce9d-48b3-9a58-347479b8ea88",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/969c2707-e082-4cc5-bbad-48f6ae1.jpeg",
            "thumbnailId": "04bbabf2-ce9d-48b3-9a58-347479b8ea88",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/969c2707-e082-4cc5-bbad-48f6ae1.jpeg",
            "termAndConditionsId": "36797a3b-7726-4d75-ad8b-aa1dc0bd7874",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5f259983-5671-453e-af25-c9d1293.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-06-10 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 8205,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 8206,
                        "isValid": true,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 1000,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 8203,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10000,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 8204,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 100000000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [
                {
                    "name": "imagename1",
                    "id": "04bbabf2-ce9d-48b3-9a58-347479b8ea88",
                    "url": "https://eucrm-solutions.s3.amazonaws.com/rewards/969c2707-e082-4cc5-bbad-48f6ae1.jpeg"
                }
            ],
            "videos": [
                {
                    "name": "videoname1",
                    "id": null,
                    "url": "https://www.youtube.com/watch?v=JlxgrLH6hu4",
                    "isExternal": true
                }
            ],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 234,
                    "points": 10.0000
                }
            ]
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 3,
        "totalPages": 1,
        "numberOfElements": 3,
        "first": true,
        "size": 3,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true,
        "customerLevel": [
            {
                "rewardConstraintId": 13054,
                "orgId": 100606,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 500000,
                "isActive": true,
                "isValid": true
            }
        ],
        "customerRedemptionTypeLevel": [
            {
                "rewardConstraintId": 13055,
                "orgId": 100606,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 4000,
                "isActive": true,
                "isValid": true,
                "redemptionType": "CHARITY"
            },
            {
                "rewardConstraintId": 13154,
                "orgId": 100606,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 500000,
                "isActive": true,
                "isValid": true,
                "redemptionType": "NULL"
            }
        ]
    }
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 215607,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 11:50:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 394,
                    "points": 400.0000
                }
            ]
        },
        {
            "id": 215606,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 11:43:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 393,
                    "points": 150.0000
                }
            ]
        },
        {
            "id": 215595,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 11:04:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 390,
                    "cash": 200.0000,
                    "points": 200.0000
                },
                {
                    "paymentMode": "POINTS",
                    "id": 391,
                    "points": 150.0000
                },
                {
                    "paymentMode": "CASH",
                    "id": 392,
                    "cash": 500.0000
                }
            ]
        },
        {
            "id": 215592,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 11:04:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "CASH",
                    "id": 387,
                    "cash": 500.0000
                },
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 388,
                    "cash": 200.0000,
                    "points": 200.0000
                },
                {
                    "paymentMode": "POINTS",
                    "id": 389,
                    "points": 150.0000
                }
            ]
        },
        {
            "id": 215590,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 11:04:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 384,
                    "cash": 200.0000,
                    "points": 200.0000
                },
                {
                    "paymentMode": "POINTS",
                    "id": 385,
                    "points": 150.0000
                },
                {
                    "paymentMode": "CASH",
                    "id": 386,
                    "cash": 500.0000
                }
            ]
        },
        {
            "id": 215587,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 11:04:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 381,
                    "cash": 200.0000,
                    "points": 200.0000
                },
                {
                    "paymentMode": "POINTS",
                    "id": 382,
                    "points": 150.0000
                },
                {
                    "paymentMode": "CASH",
                    "id": 383,
                    "cash": 500.0000
                }
            ]
        },
        {
            "id": 215577,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 10:49:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 378,
                    "cash": 200.0000,
                    "points": 200.0000
                },
                {
                    "paymentMode": "POINTS",
                    "id": 379,
                    "points": 150.0000
                },
                {
                    "paymentMode": "CASH",
                    "id": 380,
                    "cash": 500.0000
                }
            ]
        },
        {
            "id": 215576,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 10:49:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 375,
                    "cash": 200.0000,
                    "points": 200.0000
                },
                {
                    "paymentMode": "POINTS",
                    "id": 376,
                    "points": 150.0000
                },
                {
                    "paymentMode": "CASH",
                    "id": 377,
                    "cash": 500.0000
                }
            ]
        },
        {
            "id": 215575,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 10:48:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 372,
                    "cash": 200.0000,
                    "points": 200.0000
                },
                {
                    "paymentMode": "POINTS",
                    "id": 373,
                    "points": 150.0000
                },
                {
                    "paymentMode": "CASH",
                    "id": 374,
                    "cash": 500.0000
                }
            ]
        },
        {
            "id": 215574,
            "name": "Offer on  Air Jordan1 ",
            "description": "Exclusive Nike swag: Limited merchandise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-08-12 10:42:00",
            "endTime": "2024-09-09 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 370,
                    "points": 150.0000
                },
                {
                    "paymentMode": "CASH",
                    "id": 371,
                    "cash": 500.0000
                }
            ]
        },
        {
            "id": 206610,
            "name": "$10 Nordstrom Notes",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 1000,
            "group": null,
            "startTime": "2024-07-26 07:38:00",
            "endTime": "2026-11-01 08:29:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                },
                {
                    "id": 54,
                    "name": "movies",
                    "enabled": true
                },
                {
                    "id": 55,
                    "name": "sporting events",
                    "enabled": true
                },
                {
                    "id": 74,
                    "name": "ev",
                    "enabled": true
                },
                {
                    "id": 75,
                    "name": "online",
                    "enabled": true
                },
                {
                    "id": 76,
                    "name": "offline",
                    "enabled": true
                },
                {
                    "id": 80,
                    "name": "on board purchase",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11756,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11757,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11755,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 345,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 206609,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-26 07:38:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11753,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11754,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11752,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 344,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 206608,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11750,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11751,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11749,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 343,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 206281,
            "name": "Poptarts",
            "description": "Spin to win a box of Poptarts",
            "imageId": "a43551ff-7c62-433b-b443-80941a0b4bb9",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/c4b71018-4a87-4748-937e-0b4c9c8a.png",
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-26 16:15:00",
            "endTime": "2024-08-31 16:00:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "Kellanova Rewards",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 337
                }
            ]
        },
        {
            "id": 206280,
            "name": "Eggo",
            "description": "Spin to win a box of Eggos",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-26 16:15:00",
            "endTime": "2024-08-31 16:00:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "Kellanova Rewards",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": 5,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 336
                }
            ]
        },
        {
            "id": 206279,
            "name": "Pringles",
            "description": "Spin to win a can of Pringles",
            "imageId": "cd7c9bd1-c072-4a80-afaa-c5ae1c21ee68",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bb7ffe69-5e09-447d-830e-c8f66563.jpg",
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-26 16:15:00",
            "endTime": "2024-08-31 16:00:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "Kellanova Rewards",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": 6,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 335
                }
            ]
        },
        {
            "id": 206278,
            "name": "Nutri-Grain",
            "description": "Spin to win a box of Nutri-Grain bars",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-26 16:15:00",
            "endTime": "2024-08-31 16:00:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "Kellanova Rewards",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 334
                }
            ]
        },
        {
            "id": 206277,
            "name": "Special K",
            "description": "Spin to win a box of Special K",
            "imageId": "521fcf02-bb3a-4655-b5cd-1809285a2c2e",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/d3a10c3d-3676-49f3-a501-564b99f.jpeg",
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-26 16:15:00",
            "endTime": "2024-08-31 16:00:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "Kellanova Rewards",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": 2,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 333
                }
            ]
        },
        {
            "id": 206252,
            "name": "Cheez-IT",
            "description": "Spin the wheel - Free Product",
            "imageId": "2b21a563-2f3b-47f9-bb9c-4790b092d662",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/063b95dd-c11e-4e0d-aac3-3f42f1d2.jpg",
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-26 16:15:00",
            "endTime": "2024-08-31 16:00:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "Kellanova Rewards",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": 3,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 331
                }
            ]
        },
        {
            "id": 202661,
            "name": "A",
            "description": "A",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-09-22 06:45:00",
            "endTime": "2024-09-29 06:30:00",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "groupName016",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 308
                }
            ]
        },
        {
            "id": 201899,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 08:44:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11045,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11046,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11044,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 304,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201898,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 08:39:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11042,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11043,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11041,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 303,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201897,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 08:36:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11039,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11040,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11038,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 302,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201896,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 08:18:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "groupName012",
                    "groupRank": 8
                }
            ],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11036,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11037,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11035,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 301,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201895,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 08:15:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11033,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11034,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11032,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 300,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201894,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-18 12:57:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 11030,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 11031,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 11029,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 299,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201826,
            "name": "test 123",
            "description": "test 123",
            "imageId": "",
            "imageUrl": null,
            "thumbnailId": null,
            "thumbnailUrl": null,
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-17 07:00:00",
            "endTime": "2024-08-31 06:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {
                "labelsV1": "Athlete"
            },
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "groupName014",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 298,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201581,
            "name": "10% off on Disney Merchandise",
            "description": "10% off on Disney Merchandise",
            "imageId": "c6a202c2-d89a-4e22-9620-5f669707db34",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4d06dce3-3971-4732-9048-9cd31c29.jpg",
            "thumbnailId": "0b5d11f3-3950-4009-aec2-52c62a30a30e",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/99456b39-107d-476c-94b1-df259453.jpg",
            "termAndConditionsId": "9b9111a8-177b-4945-877f-e7cbebb38bdc",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/dbe3f60d-512e-484a-a000-3515631.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 100,
            "group": "",
            "startTime": "2024-07-17 21:02:27",
            "endTime": "2024-12-31 22:02:27",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                },
                {
                    "id": 54,
                    "name": "movies",
                    "enabled": true
                },
                {
                    "id": 55,
                    "name": "sporting events",
                    "enabled": true
                },
                {
                    "id": 74,
                    "name": "ev",
                    "enabled": true
                },
                {
                    "id": 75,
                    "name": "online",
                    "enabled": true
                },
                {
                    "id": 76,
                    "name": "offline",
                    "enabled": true
                },
                {
                    "id": 80,
                    "name": "on board purchase",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 201573,
            "name": "Welcome Gift",
            "description": "Welcome Gift",
            "imageId": "a4d36f94-9f17-46f4-a41a-c0ca1581139e",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/39b254c0-825f-47b3-9244-cfb28a17.jpg",
            "thumbnailId": "0ce66f74-b15f-47c4-af8e-485ca16feeca",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/68a30fe6-515c-4c13-8804-f79e4e45.jpg",
            "termAndConditionsId": "ef980a60-ad2b-47c2-9601-a635896ce6c4",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f19b98d9-4741-4efc-be00-3e16bac.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 100,
            "group": "",
            "startTime": "2024-07-17 20:58:10",
            "endTime": "2024-12-31 21:58:10",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                },
                {
                    "id": 54,
                    "name": "movies",
                    "enabled": true
                },
                {
                    "id": 55,
                    "name": "sporting events",
                    "enabled": true
                },
                {
                    "id": 74,
                    "name": "ev",
                    "enabled": true
                },
                {
                    "id": 75,
                    "name": "online",
                    "enabled": true
                },
                {
                    "id": 76,
                    "name": "offline",
                    "enabled": true
                },
                {
                    "id": 80,
                    "name": "on board purchase",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 201374,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 11:00:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "groupName012",
                    "groupRank": 8
                },
                {
                    "groupName": "groupName013",
                    "groupRank": null
                }
            ],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10943,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10944,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10942,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 292,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201372,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 11:00:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [
                {
                    "groupName": "groupName012",
                    "groupRank": 8
                }
            ],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10938,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10939,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10937,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 291,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201349,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-17 11:00:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10934,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10935,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10933,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 290,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 201348,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10931,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10932,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10930,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 289,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198827,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 12:57:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10573,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10574,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10572,
                        "isValid": true,
                        "consumed": 1,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 284,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198826,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 12:55:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10570,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10571,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10569,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 283,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198825,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 12:53:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10567,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10568,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10566,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 282,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198824,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 18:17:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10564,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10565,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10563,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 281,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198749,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 10:13:29",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10546,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10547,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10545,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 280,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198725,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 14:43:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10540,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10541,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10539,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 279,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198715,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 14:34:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10537,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10538,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10536,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 278,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198677,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 20:00:00",
            "endTime": "2025-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10528,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10529,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10527,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 198676,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 13:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10525,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10526,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10524,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 277,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198675,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 13:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10522,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10523,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10521,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 276,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198674,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-07-11 13:03:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10519,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10520,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10518,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 275,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198673,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10516,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10517,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10515,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 274,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198672,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10513,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10514,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10512,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 273,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 198671,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10510,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10511,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10509,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": []
        },
        {
            "id": 198646,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10504,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10505,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10503,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": []
        },
        {
            "id": 198157,
            "name": " English",
            "description": "Description",
            "imageId": "EXDR12987U",
            "imageUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987U?X-Amz-Security-Token=FwoGZXIvYXdzEF8aDJ%2FgsRsX5tsAj9cLpSLMAark1FcZxfAHZLyOtpjoOEtwI01PlJgFivYyvy8PIqijmBR5dA6sJEQ25DCpvTFfoZBywKmCJVUFINDMjhDHUu0OHpQ7y%2BR8KscsB6cKBf0f%2BdvyGNYlCqWO7sL%2BD9SmGHkPHwxlfbcVLVJyY8kblFnrG60fRjnvWtxJT3tJ97CIzdf4dCY7R4MoKI9rgKPgh0w0xljtYxoGXsaK%2BkVrLeyiLEgU%2FtAT8yfDfBjEVSr5kMNGde5goOKlIt0BLfXw6dlUh2okVCLxzaXa7Sj84ZC2BjItUeI7tB5cZr%2BUjXAyqT9slzirUM8ax6FjYlBw6x3TNbPx0R1RcTTYdmQWVQQw&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240820T060028Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3599&X-Amz-Credential=ASIAXKEP2EMB63YPBX4K%2F20240820%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=954e4c2c0988bcb0a018c65e29c7ea35030f434bf8fac95e310c4a9892e784de",
            "thumbnailId": "EXDR12987T",
            "thumbnailUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987T?X-Amz-Security-Token=FwoGZXIvYXdzEF8aDJ%2FgsRsX5tsAj9cLpSLMAark1FcZxfAHZLyOtpjoOEtwI01PlJgFivYyvy8PIqijmBR5dA6sJEQ25DCpvTFfoZBywKmCJVUFINDMjhDHUu0OHpQ7y%2BR8KscsB6cKBf0f%2BdvyGNYlCqWO7sL%2BD9SmGHkPHwxlfbcVLVJyY8kblFnrG60fRjnvWtxJT3tJ97CIzdf4dCY7R4MoKI9rgKPgh0w0xljtYxoGXsaK%2BkVrLeyiLEgU%2FtAT8yfDfBjEVSr5kMNGde5goOKlIt0BLfXw6dlUh2okVCLxzaXa7Sj84ZC2BjItUeI7tB5cZr%2BUjXAyqT9slzirUM8ax6FjYlBw6x3TNbPx0R1RcTTYdmQWVQQw&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240820T060028Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMB63YPBX4K%2F20240820%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=1e6a640b8e088bca8c251bb96ad88aadb6e008afe495d4629b520bcede3d8665",
            "termAndConditionsId": "EXDR12987R",
            "termAndConditionsUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987R?X-Amz-Security-Token=FwoGZXIvYXdzEF8aDJ%2FgsRsX5tsAj9cLpSLMAark1FcZxfAHZLyOtpjoOEtwI01PlJgFivYyvy8PIqijmBR5dA6sJEQ25DCpvTFfoZBywKmCJVUFINDMjhDHUu0OHpQ7y%2BR8KscsB6cKBf0f%2BdvyGNYlCqWO7sL%2BD9SmGHkPHwxlfbcVLVJyY8kblFnrG60fRjnvWtxJT3tJ97CIzdf4dCY7R4MoKI9rgKPgh0w0xljtYxoGXsaK%2BkVrLeyiLEgU%2FtAT8yfDfBjEVSr5kMNGde5goOKlIt0BLfXw6dlUh2okVCLxzaXa7Sj84ZC2BjItUeI7tB5cZr%2BUjXAyqT9slzirUM8ax6FjYlBw6x3TNbPx0R1RcTTYdmQWVQQw&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240820T060028Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMB63YPBX4K%2F20240820%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=98707964fcd370ed5bebc078ed8bd213211c9e83b75f845bdc9a1f33ba5c83df",
            "tier": "SILVER",
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": null,
            "startTime": "2024-07-15 06:20:53",
            "endTime": "2027-05-13 03:41:54",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 197686,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10351,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10352,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10350,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": []
        },
        {
            "id": 197685,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10348,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10349,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10347,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": []
        },
        {
            "id": 197661,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2025-09-26 20:00:00",
            "endTime": "2026-10-31 11:59:30",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 690,
                    "tierIds": null,
                    "partnerProgramIds": null
                },
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": [
                        "48"
                    ]
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 10342,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 10343,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 10341,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 257,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 180361,
            "name": "Nike-sponsored sports league memberships (e.g., intramural basketball, soccer)",
            "description": "Join the team.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7698,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7699,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7697,
                        "isValid": true,
                        "consumed": 5,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180360,
            "name": "Nike-branded nutrition guides or meal plans",
            "description": "Fuel your body right.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7695,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7696,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7694,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180359,
            "name": "Nike- Jordan True Flight",
            "description": "Run for charity, run with Nike.",
            "imageId": "ee6eb2ee-61bd-47b3-8855-a97e1f3aded9",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4a1cc55a-91d3-45d9-b31a-3113ec19.png",
            "thumbnailId": "71964c52-05ec-4a9a-bf91-c08674c13e12",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5a5b3eb1-a4b6-4e73-95b4-9fe39bf2.png",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 100,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7692,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7693,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7691,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180358,
            "name": "Nike-sponsored community fitness events or initiatives",
            "description": "Sweat for a cause.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7689,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7690,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7688,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180357,
            "name": "Nike-branded travel accessories (e.g., luggage tags, passport holders)",
            "description": "Travel in Nike fashion.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7686,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7687,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7685,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180355,
            "name": "Nike-sponsored wellness workshops or seminars",
            "description": "Learn and grow with Nike.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7680,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7681,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7679,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180354,
            "name": "Nike product customization vouchers",
            "description": "Customize your Nike gear.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7677,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7678,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7676,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180352,
            "name": "Nike-exclusive discounts or promotions",
            "description": "Unlock exclusive savings.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7671,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7672,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7670,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180349,
            "name": "Nike-sponsored fitness retreats or camps",
            "description": "Retreat to fitness paradise.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7662,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7663,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7661,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180347,
            "name": "Nike-sponsored sports experiences (e.g., attending NBA games, soccer matches)",
            "description": "Sports experiences like never before.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7656,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7657,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7655,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180346,
            "name": "Nike digital content (e.g., workout playlists, motivational videos)",
            "description": "Motivation at your fingertips.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7653,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7654,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7652,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180344,
            "name": "Nike footwear cleaning kits",
            "description": "Keep your kicks fresh.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7647,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7648,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7646,
                        "isValid": true,
                        "consumed": 1,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180343,
            "name": "Nike gift sets or bundles",
            "description": "Perfect gift for every athlete.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7644,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7645,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7643,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180341,
            "name": "Nike apparel for kids or infants",
            "description": "TDress your little champ.",
            "imageId": "06cc907a-cc1c-407b-8c9d-3f1ed06eccdf",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/a7845eb0-fe65-4da7-a797-7550c948.jpg",
            "thumbnailId": "3c880eb6-4612-458e-8301-3811cdcd2370",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4be80adf-b247-445a-b60e-74c0a47a.jpg",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 01:12:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7638,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7639,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7637,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180340,
            "name": "Nike-branded phone cases or accessories",
            "description": "Tech meets style.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7635,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7636,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7634,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180339,
            "name": "Nike tech gadgets (e.g., Bluetooth headphones, smartwatches)",
            "description": "FStay connected, stay Nike.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7632,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7633,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7631,
                        "isValid": true,
                        "consumed": 2,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180338,
            "name": "Nike yoga mats or accessories",
            "description": "Nike yoga mats or accessories",
            "imageId": "17432155-3f92-4976-850b-475109f08427",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fd46563d-b54f-43cf-85d6-bd307b4.jpeg",
            "thumbnailId": "17432155-3f92-4976-850b-475109f08427",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fd46563d-b54f-43cf-85d6-bd307b4.jpeg",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 200,
            "group": "Experiment reward",
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7629,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7630,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7628,
                        "isValid": true,
                        "consumed": 5,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180337,
            "name": "Nike recovery gear (e.g., foam rollers, massage balls)",
            "description": "Recover like a champion.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7626,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7627,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7625,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180336,
            "name": "Nike water bottles or hydration gear",
            "description": "Stay hydrated, stay Nike.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7623,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7624,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7622,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180335,
            "name": "Nike sunglasses",
            "description": "KShield your eyes in style.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7620,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7621,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7619,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180334,
            "name": "Nike hats or headbands",
            "description": "KTop off your look.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7617,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7618,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7616,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180332,
            "name": "Nike backpacks or gym bags",
            "description": "Carry your gear in style.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7611,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7612,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7610,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180331,
            "name": "Nike swimwear",
            "description": "Dive into Nike comfort.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7608,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7609,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7607,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180330,
            "name": "Nike golf clubs or apparel",
            "description": "Tee off with Nike finesse.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7605,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7606,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7604,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180329,
            "name": "Nike soccer cleats",
            "description": "Nike soccer cleats",
            "imageId": "ef92491f-4d82-4b89-b6cc-b3303faf2ea9",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bd765eb5-f518-4217-923f-4762151f.png",
            "thumbnailId": "ef92491f-4d82-4b89-b6cc-b3303faf2ea9",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bd765eb5-f518-4217-923f-4762151f.png",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Exclusive experiences",
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7602,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7603,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7601,
                        "isValid": true,
                        "consumed": 4,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180328,
            "name": "Nike basketball shoes",
            "description": "Hoop in Nike confidence.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7599,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7600,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7598,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180327,
            "name": "Nike training shoes",
            "description": "Train like a pro.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7596,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7597,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7595,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180325,
            "name": "Nike running shoes",
            "description": "Nike running shoes",
            "imageId": "ab409284-1da2-4aab-a5d3-84bc3be95b51",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5e0e57d6-eae1-46ca-83b3-7991abff.jpg",
            "thumbnailId": "ab409284-1da2-4aab-a5d3-84bc3be95b51",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5e0e57d6-eae1-46ca-83b3-7991abff.jpg",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 200,
            "group": "Exclusive experiences",
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7593,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7594,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7592,
                        "isValid": true,
                        "consumed": 7,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180320,
            "name": "Nike workout gear (e.g., leggings, shorts, sports bras)",
            "description": "Work out in style.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7590,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7591,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7589,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180314,
            "name": "Nike-branded sports equipment (e.g., basketballs, soccer balls)",
            "description": "Play with Nike quality.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7587,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7588,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7586,
                        "isValid": true,
                        "consumed": 1,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180311,
            "name": "Nike FuelBand or other fitness trackers",
            "description": "Track your fitness journey.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7582,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7583,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7581,
                        "isValid": true,
                        "consumed": 1,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180304,
            "name": "Customized Nike shoes",
            "description": "Your shoes, your style.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7578,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7579,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7577,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180298,
            "name": "VIP access to Nike events",
            "description": "VIP access to Nike events",
            "imageId": "ef92491f-4d82-4b89-b6cc-b3303faf2ea9",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bd765eb5-f518-4217-923f-4762151f.png",
            "thumbnailId": "ef92491f-4d82-4b89-b6cc-b3303faf2ea9",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bd765eb5-f518-4217-923f-4762151f.png",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Exclusive experiences",
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7575,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7576,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7574,
                        "isValid": true,
                        "consumed": 9,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 180295,
            "name": "Offer on Air Jordan",
            "description": "Offer on Air Jordan",
            "imageId": "bc5912e4-4b5c-4862-b79b-ec8a6bd5255d",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5fd3322a-2cc5-4dc8-a4df-59bb8afa.jpg",
            "thumbnailId": "bc5912e4-4b5c-4862-b79b-ec8a6bd5255d",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5fd3322a-2cc5-4dc8-a4df-59bb8afa.jpg",
            "termAndConditionsId": "cefa7f25-33dc-4885-90d3-0a55ce34a423",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/782864bf-7b6b-478e-b745-16fbfe1.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Experiment reward",
            "startTime": "2024-06-07 12:12:00",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7566,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7567,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7565,
                        "isValid": true,
                        "consumed": 38,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 229
                }
            ]
        },
        {
            "id": 180137,
            "name": "Nike gift cards",
            "description": "Instant style upgrade: Nike gift cards.",
            "imageId": "0a08eba0-8778-4e1b-ad4b-853dbfe6412a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f2cc9330-0a40-490b-87ac-d55dd2d1.png",
            "thumbnailId": "e7650d6d-336e-44fa-b908-1bd8d9df6fd3",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ae59433-ed12-4ac3-bd3e-e7a87066.png",
            "termAndConditionsId": "0a4a79b3-7654-47ed-a8d2-5145f0d4bd22",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4c0cc67a-930b-486e-ad1c-452e5cb.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 500,
            "group": "",
            "startTime": "2024-06-07 12:12:29",
            "endTime": "2024-12-07 06:42:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 469,
                    "tierIds": null,
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 7563,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 7564,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 7562,
                        "isValid": true,
                        "consumed": 3,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 175160,
            "name": "20% Discount on Gym Membership",
            "description": "20% Discount on Gym Membership",
            "imageId": "b38605da-fffa-4453-b015-184a4b816405",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e8e43abe-ffa6-40ac-82b4-5d235a55.jpg",
            "thumbnailId": "38aad583-611a-49f4-b9d7-28557d144d40",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/195c8a41-6141-4260-8d1e-e88e7c79.jpg",
            "termAndConditionsId": "51291b74-0a48-4afe-bb27-3e949029d472",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/2c10142d-812a-42f6-a89e-4db773d.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 2000,
            "group": "",
            "startTime": "2024-05-28 16:06:13",
            "endTime": "2025-05-31 10:36:13",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 153850,
            "name": "$5 Notes",
            "description": "$5 Notes",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-05-02 06:00:00",
            "endTime": "2024-12-31 19:00:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                },
                {
                    "id": 54,
                    "name": "movies",
                    "enabled": true
                },
                {
                    "id": 55,
                    "name": "sporting events",
                    "enabled": true
                },
                {
                    "id": 74,
                    "name": "ev",
                    "enabled": true
                },
                {
                    "id": 75,
                    "name": "online",
                    "enabled": true
                },
                {
                    "id": 76,
                    "name": "offline",
                    "enabled": true
                },
                {
                    "id": 80,
                    "name": "on board purchase",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 3666,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 3667,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 3665,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 6,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 138569,
            "name": "Free Check-In Baggage upto 40Kgs",
            "description": "Free Check-In Baggage upto 40Kgs",
            "imageId": "6a50e5ff-e5e6-49bc-9f8b-523c3672d6cb",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fae44e5c-96c8-4164-a75f-a256134.jpeg",
            "thumbnailId": "810c01d1-ace6-4805-8dac-e16c1a6e2c31",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/8ab137db-d354-4ec5-8ad5-bc06d0f.jpeg",
            "termAndConditionsId": "c98ea62a-f019-4415-8abb-ac97664856b4",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4924dbf6-93a8-43f9-bf53-d45cc80.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 11,
            "group": "Airline",
            "startTime": "2024-03-15 19:00:00",
            "endTime": "2026-02-28 09:00:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 138551,
            "name": "Free stay for 1 night",
            "description": "Free stay for 1 night",
            "imageId": "7a979faf-afdb-488f-ba8e-e401d38b51e1",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/7ea3569c-92e1-4d1f-8f42-64bce80f.jpg",
            "thumbnailId": "69259784-89d5-4f6e-b67d-8643dcb22a4b",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/103ca0ec-e32c-482e-bbe1-15a964a9.jpg",
            "termAndConditionsId": "80e1e36b-6ed3-4b61-ab5c-222308b533b9",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9ad186ca-e7d3-41f1-83f4-64378d6.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 10000,
            "group": "Airline",
            "startTime": "2024-03-15 12:31:05",
            "endTime": "2025-07-31 12:31:05",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": 1,
            "images": [],
            "videos": []
        },
        {
            "id": 121879,
            "name": "Flat 100 off on protein powder",
            "description": "Burn 100 points and get a Flat 100 off on protein powder coupon",
            "imageId": "0f1aee40-3e4d-474d-8070-546eb2ac777e",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5bea603b-6ff2-4e00-88fb-8610012b.jpg",
            "thumbnailId": "2f6fc242-58c1-4a41-9e2f-66bc9acac52e",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/ae890c7e-9c8f-47d9-b5e2-1c62265e.jpg",
            "termAndConditionsId": "9303b31a-6042-475e-bb46-3129bc22baa1",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/b7bb1e12-8b1e-4089-888d-3f13723.html",
            "tier": "4",
            "label": "4",
            "priority": 1,
            "intouchPoints": 100,
            "group": "Health",
            "startTime": "2024-01-24 08:28:16",
            "endTime": "2028-07-30 21:28:16",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 121878,
            "name": "50% off on planet fitness subscription",
            "description": "Burn 1000 points and get 50% off on planet fitness subscription",
            "imageId": "733aa751-6772-40a4-a3a1-38e64178410d",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/3b4d33c3-230e-446f-b987-cae428a6.jpg",
            "thumbnailId": "c11743a8-f353-4449-8242-1af679840a31",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e7391686-2952-4c92-ad61-9684e938.jpg",
            "termAndConditionsId": "fe4a03ef-8749-45ae-9c28-59e4dc066eff",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/a7862c4c-1545-4d43-a696-8094402.html",
            "tier": "3",
            "label": "3",
            "priority": 1,
            "intouchPoints": 1000,
            "group": "Health",
            "startTime": "2024-01-24 08:25:45",
            "endTime": "2028-07-30 21:25:45",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 121877,
            "name": "10% off on protein supplements",
            "description": "Burn 500 points and get a 10% off on protein supplements coupon",
            "imageId": "6fd72faf-3e30-430a-861b-d8ef34d7bc68",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4f4ccfec-3733-479a-8de1-b94091b.jpeg",
            "thumbnailId": "ed6f50f8-a80f-4d68-9c60-a05b4cb5282e",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/71c40451-629d-46ed-ab2b-52922c0.jpeg",
            "termAndConditionsId": "201076f2-43f2-49fe-b549-adbe3db62470",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/7c409850-8546-44a5-8a44-89c58cc.html",
            "tier": "accessories",
            "label": "accessories",
            "priority": 1,
            "intouchPoints": 500,
            "group": "Health",
            "startTime": "2024-01-24 08:22:33",
            "endTime": "2028-07-30 13:22:33",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 121876,
            "name": "20% off on Vitamins",
            "description": "Burn 1000 points and get a 20% off on Vitamins coupon",
            "imageId": "8485055f-5d49-48ed-8b32-92b870d9e46c",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e039015e-a4b9-49ba-bf5f-aafdd5a.jpeg",
            "thumbnailId": "b07afb85-b531-46f2-a3d0-e71b6c178a2d",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/71441127-956e-449e-b198-a8a688b.jpeg",
            "termAndConditionsId": "9b72745a-a82c-4fb0-904f-5df6c11bb3cb",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4f743292-4861-45bd-9983-7700d2a.html",
            "tier": "accessories",
            "label": "accessories",
            "priority": 1,
            "intouchPoints": 1000,
            "group": "Health",
            "startTime": "2024-01-24 08:20:41",
            "endTime": "2028-07-30 09:20:41",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 120828,
            "name": "50% off on Dining",
            "description": "10% off on Food & Beverage",
            "imageId": "33eee3fd-e19f-420f-b03b-bc1b3edd3a0a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/3a061fe6-abef-4787-9fad-0e729f60.jpg",
            "thumbnailId": "f17cd19c-e3fb-4592-a6e8-0152de6dc2be",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f00b6ddf-faff-436f-bcf2-8d38ed85.jpg",
            "termAndConditionsId": "b88db3e3-2af2-4376-ba60-f32fccf43ddf",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/b93fb64e-9c73-4467-850c-224dff6.html",
            "tier": "Food & Beverage",
            "label": "Food & Beverage",
            "priority": 1,
            "intouchPoints": 2000,
            "group": "Airline",
            "startTime": "2024-01-20 07:57:29",
            "endTime": "2025-01-19 20:57:29",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 95990,
            "name": "10% off on next flight booking with Riyadh Airlines",
            "description": "Redeem existing Reward Points on travel booking. Redeem 10,000 points and get 10% OFF on your next flight booking ",
            "imageId": "03af4803-4dd1-4c24-bae3-c9f3d3741d8a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/d5580fcf-92de-4688-bf60-e7c348cf.jpg",
            "thumbnailId": "f9302075-bcb8-4fd9-8321-e44701a921bd",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/cfd864c6-0aff-42ed-bae2-677e6925.jpg",
            "termAndConditionsId": "fc547920-2038-4ed5-818e-51a5ad21b6b3",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/190b8497-1534-4621-bebf-47dd487.html",
            "tier": "",
            "label": "",
            "priority": 1,
            "intouchPoints": 1000,
            "group": "Airline",
            "startTime": "2024-03-15 19:00:00",
            "endTime": "2026-02-28 14:30:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 73061,
            "name": "Free shipping on purchases above Rs.1000",
            "description": "Enjoy the convenience of free shipping on all your purchases above Rs.1000. ",
            "imageId": "5545371e-9cbb-4871-bc57-dca9312b498d",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/a90bf8a8-9a19-4b63-8123-d5aa252.jpeg",
            "thumbnailId": "6df57645-f630-44b1-bf51-2aa480e2d0f0",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e05b344d-53d0-4915-92b7-f466061.jpeg",
            "termAndConditionsId": "f6c0b697-f076-4f95-8ae5-df93915b3f14",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/2a28833d-df1a-424d-ac63-a6ba818.html",
            "tier": "Free Shipping",
            "label": "Free Shipping",
            "priority": 3,
            "intouchPoints": 0,
            "group": "Free Shipping",
            "startTime": "2023-07-17 09:53:00",
            "endTime": "2025-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                },
                {
                    "id": 54,
                    "name": "movies",
                    "enabled": true
                },
                {
                    "id": 55,
                    "name": "sporting events",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 469,
                    "tierIds": [
                        "1207"
                    ],
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 73060,
            "name": "Exclusive Access to Fashion Week",
            "description": "Immerse yourself in the glamorous world of fashion with exclusive access to prestigious fashion week events. ",
            "imageId": "03e18a94-87aa-4fad-a1b5-6a88be174df9",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fd1be9be-a588-453a-a60d-9d596158.jpg",
            "thumbnailId": "4f961d16-c992-4ab8-9334-409cbf765383",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/703e55a0-d057-4cf7-9040-a4182cb1.jpg",
            "termAndConditionsId": "dd669236-e8d9-4812-9ab5-ac6b6bffcfbf",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/c26befab-b29a-4776-b254-9b8099a.html",
            "tier": "Exclusive experiences",
            "label": "Exclusive experiences",
            "priority": 1,
            "intouchPoints": 1000,
            "group": "Exclusive experiences",
            "startTime": "2023-07-17 09:54:00",
            "endTime": "2025-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                },
                {
                    "id": 54,
                    "name": "movies",
                    "enabled": true
                },
                {
                    "id": 55,
                    "name": "sporting events",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 469,
                    "tierIds": [
                        "1207"
                    ],
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 53386,
            "name": "$20 Nordstrom Notes",
            "description": "Lotte Hotels & Resorts Points may be used for rooms, food and beverages at LOTTE HOTELS & RESORTS and Evian SPA in SIGNIEL SEOUL from at least 1,000 points (USD 10).",
            "imageId": "d7ecad3e-4360-401d-a51b-20938eb3e8dd",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/8d4079fd-271d-4bab-9652-bac13ca8.png",
            "thumbnailId": "4895fa62-6cd6-4b17-970a-f1fbe126392c",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/228535ab-6ad2-44e7-b9ed-5f73406d.png",
            "termAndConditionsId": "81a702b8-107f-4e53-bec2-223c456c15cb",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bce566f7-54c1-4c15-bef0-d7e292e.html",
            "tier": "Hospitality",
            "label": "Hospitality",
            "priority": 3,
            "intouchPoints": 2000,
            "group": "Airline",
            "startTime": "2023-07-19 07:00:00",
            "endTime": "2025-10-30 18:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 49827,
            "name": "20% off on women's wear",
            "description": "20% off on women's wear",
            "imageId": "ea3da7eb-8d75-49e4-b64d-8350c2441c2f",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/1754205d-d383-4b5a-aa29-9697f2b.jpeg",
            "thumbnailId": "cfcfa412-a488-4188-a898-0199fd460890",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/862bd2c0-2b3e-4d6d-b111-cb90ee2.jpeg",
            "termAndConditionsId": "bfc93e07-eda5-4744-9085-a047ca6b9461",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/d53853cb-57f0-47c4-8d6f-00707d9.html",
            "tier": "Lifestyle",
            "label": "Lifestyle",
            "priority": 1,
            "intouchPoints": 500,
            "group": "Lifestyle",
            "startTime": "2023-08-18 10:00:00",
            "endTime": "2025-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [
                {
                    "loyaltyProgramId": 469,
                    "tierIds": [
                        "1207"
                    ],
                    "partnerProgramIds": null
                }
            ],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "transactionLevel": [
                    {
                        "id": 4,
                        "isValid": true,
                        "limit": 1,
                        "kpi": "QUANTITY"
                    }
                ],
                "customerLevel": [
                    {
                        "id": 92,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 500,
                        "interval": 100,
                        "kpi": "TRANSACTION_COUNT"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 91,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "DAYS",
                        "limit": 5000,
                        "interval": 30,
                        "kpi": "TRANSACTION_COUNT"
                    }
                ]
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        },
        {
            "id": 27803,
            "name": "$10 DSG Reward",
            "description": "$10 DSG Reward",
            "imageId": "31d5f903-7558-495c-9f3c-9a5e33a95f3f",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/01042d13-2a82-446f-8e10-36bb8fca.jpg",
            "thumbnailId": "31d4c3ed-b70e-4310-8b65-8a28c50c5216",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/40bf0bf9-9655-469b-956f-8f908fe3.jpg",
            "termAndConditionsId": "e1a19c65-1d91-4776-a008-2467e283a5c0",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/169c2024-b8fa-422b-a3cc-6140ce2.html",
            "tier": "",
            "label": "Grocery",
            "priority": 1,
            "intouchPoints": 300,
            "group": "Lifestyle",
            "startTime": "2023-01-24 13:26:50",
            "endTime": "2029-11-14 03:56:50",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 1,
                    "name": "fuel",
                    "enabled": true
                },
                {
                    "id": 2,
                    "name": "accessories",
                    "enabled": true
                },
                {
                    "id": 3,
                    "name": "lifestyle",
                    "enabled": true
                },
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                },
                {
                    "id": 5,
                    "name": "shoes",
                    "enabled": true
                }
            ],
            "customFields": {},
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "rewardRank": null,
            "images": [],
            "videos": []
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 102,
        "totalPages": 1,
        "numberOfElements": 102,
        "first": true,
        "size": 102,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true,
        "customerLevel": [
            {
                "rewardConstraintId": 10857,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true
            }
        ],
        "customerRedemptionTypeLevel": [
            {
                "rewardConstraintId": 10259,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 100,
                "isActive": true,
                "isValid": true,
                "redemptionType": "NULL"
            },
            {
                "rewardConstraintId": 11123,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "redemptionType": "POINTS"
            },
            {
                "rewardConstraintId": 11662,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "WEEKLY",
                "constraintLimitValue": 10,
                "isActive": true,
                "startDayOfTheWeek": "MONDAY",
                "isValid": true,
                "redemptionType": "MILES"
            }
        ],
        "customerTierLevel": [
            {
                "rewardConstraintId": 13059,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_TIER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "tierId": "1"
            }
        ],
        "customerLoyaltyProgramLevel": [
            {
                "rewardConstraintId": 11436,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "1680"
            },
            {
                "rewardConstraintId": 11664,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "469"
            }
        ],
        "customerLabelLevel": [
            {
                "rewardConstraintId": 11667,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LABEL",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "label": "Fashion"
            }
        ]
    }
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 220938,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-08-22 09:57:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 13843,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 13844,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 13842,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 441,
                    "points": 100.0000
                }
            ]
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 1,
        "totalPages": 1,
        "numberOfElements": 1,
        "first": true,
        "size": 1,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true,
        "customerLevel": [
            {
                "rewardConstraintId": 10857,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true
            }
        ],
        "customerRedemptionTypeLevel": [
            {
                "rewardConstraintId": 10259,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 100,
                "isActive": true,
                "isValid": true,
                "redemptionType": "NULL"
            },
            {
                "rewardConstraintId": 11123,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "redemptionType": "POINTS"
            },
            {
                "rewardConstraintId": 11662,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "WEEKLY",
                "constraintLimitValue": 10,
                "isActive": true,
                "startDayOfTheWeek": "MONDAY",
                "isValid": true,
                "redemptionType": "MILES"
            }
        ],
        "customerTierLevel": [
            {
                "rewardConstraintId": 13059,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_TIER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "tierId": "1"
            }
        ],
        "customerLoyaltyProgramLevel": [
            {
                "rewardConstraintId": 11436,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "1680"
            },
            {
                "rewardConstraintId": 11664,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "469"
            }
        ],
        "customerLabelLevel": [
            {
                "rewardConstraintId": 11667,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LABEL",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "label": "Fashion"
            }
        ]
    }
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 220448,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-08-21 09:57:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 13775,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 13776,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 13774,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 440,
                    "points": 100.0000
                }
            ]
        },
        {
            "id": 220438,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-08-21 09:57:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 13771,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 13772,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 13770,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 439,
                    "points": 100.0000
                }
            ]
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 2,
        "totalPages": 1,
        "numberOfElements": 2,
        "first": true,
        "size": 2,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true,
        "customerLevel": [
            {
                "rewardConstraintId": 10857,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true
            }
        ],
        "customerRedemptionTypeLevel": [
            {
                "rewardConstraintId": 10259,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 100,
                "isActive": true,
                "isValid": true,
                "redemptionType": "NULL"
            },
            {
                "rewardConstraintId": 11123,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "redemptionType": "POINTS"
            },
            {
                "rewardConstraintId": 11662,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "WEEKLY",
                "constraintLimitValue": 10,
                "isActive": true,
                "startDayOfTheWeek": "MONDAY",
                "isValid": true,
                "redemptionType": "MILES"
            }
        ],
        "customerTierLevel": [
            {
                "rewardConstraintId": 13059,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_TIER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "tierId": "1"
            }
        ],
        "customerLoyaltyProgramLevel": [
            {
                "rewardConstraintId": 11436,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "1680"
            },
            {
                "rewardConstraintId": 11664,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "469"
            }
        ],
        "customerLabelLevel": [
            {
                "rewardConstraintId": 11667,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LABEL",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "label": "Fashion"
            }
        ]
    }
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 220939,
            "name": "testreward1",
            "description": "testreward1",
            "imageId": "bef4d522-2cf8-4fea-8087-376c449d5c85",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/86a1c214-a955-4b40-a2d7-d4dc279.jpeg",
            "thumbnailId": "c886f064-2b3f-4c19-9e86-7f7e5ab5ae04",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9e0dfad6-5b9d-4e2b-ac15-2870357.jpeg",
            "termAndConditionsId": "820a3d7f-2601-405b-9f56-4a3ba8e9df73",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/06f0da4b-dd0b-48fe-b20d-1cadc76.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": null,
            "startTime": "2024-08-22 09:57:00",
            "endTime": "2025-07-11 14:43:00",
            "expired": false,
            "started": false,
            "programId": null,
            "categoryList": [
                {
                    "id": 4,
                    "name": "clothing",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF1": "Custom field 1"
            },
            "loyaltyProgramCriteria": [],
            "groups": [],
            "rewardRestrictions": {
                "isValid": true,
                "customerLevel": [
                    {
                        "id": 13846,
                        "isValid": true,
                        "repeatFrequencyType": "DAYS",
                        "limit": 10,
                        "interval": 30,
                        "kpi": "QUANTITY"
                    },
                    {
                        "id": 13847,
                        "isValid": true,
                        "repeatFrequencyType": "MONTHS",
                        "limit": 50,
                        "interval": 12,
                        "kpi": "QUANTITY"
                    }
                ],
                "rewardLevel": [
                    {
                        "id": 13845,
                        "isValid": true,
                        "consumed": 0,
                        "repeatFrequencyType": "NO_LIMIT",
                        "limit": 10000,
                        "kpi": "QUANTITY"
                    }
                ]
            },
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS",
                    "id": 442,
                    "points": 100.0000
                }
            ]
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 1,
        "totalPages": 1,
        "numberOfElements": 1,
        "first": true,
        "size": 1,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true,
        "customerLevel": [
            {
                "rewardConstraintId": 10857,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true
            }
        ],
        "customerRedemptionTypeLevel": [
            {
                "rewardConstraintId": 10259,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "MONTHLY",
                "constraintLimitValue": 100,
                "isActive": true,
                "isValid": true,
                "redemptionType": "NULL"
            },
            {
                "rewardConstraintId": 11123,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "redemptionType": "POINTS"
            },
            {
                "rewardConstraintId": 11662,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_REDEMPTION_TYPE",
                "frequencyType": "WEEKLY",
                "constraintLimitValue": 10,
                "isActive": true,
                "startDayOfTheWeek": "MONDAY",
                "isValid": true,
                "redemptionType": "MILES"
            }
        ],
        "customerTierLevel": [
            {
                "rewardConstraintId": 13059,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_TIER",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "tierId": "1"
            }
        ],
        "customerLoyaltyProgramLevel": [
            {
                "rewardConstraintId": 11436,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 15,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "1680"
            },
            {
                "rewardConstraintId": 11664,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LOYALTY_PROGRAM",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "programId": "469"
            }
        ],
        "customerLabelLevel": [
            {
                "rewardConstraintId": 11667,
                "orgId": 100458,
                "kpi": "POINTS",
                "constraintLevel": "CUSTOMER_LABEL",
                "frequencyType": "DAILY",
                "constraintLimitValue": 5,
                "isActive": true,
                "intervalValue": 1,
                "isValid": true,
                "consumed": 0,
                "label": "Fashion"
            }
        ]
    }
}
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!