{
"items": [
{
"id": "b1c2d3e4-5678-9abc-def0-111111111111",
"name": "Premium Headphones",
"imageUrl": "https://example.com/headphones.png",
"categoryName": "Electronics",
"status": "Active",
"pricePoints": 500,
"priceSar": 50,
"isUnlimited": false,
"quantity": 10,
"remainingStock": 7,
"ranking": 1,
"redemptionCount": 3,
"createdAt": "2026-03-20T09:00:00Z"
},
{
"id": "b1c2d3e4-5678-9abc-def0-222222222222",
"name": "Coffee Voucher",
"imageUrl": null,
"categoryName": "Food & Drinks",
"status": "Active",
"pricePoints": 100,
"priceSar": null,
"isUnlimited": true,
"quantity": null,
"remainingStock": null,
"ranking": 2,
"redemptionCount": 18,
"createdAt": "2026-03-18T12:00:00Z"
}
],
"pagination": {
"currentPage": 1,
"pageSize": 10,
"totalCount": 2,
"totalPages": 1,
"hasPrevious": false,
"hasNext": false
}
}