{
"items": [
{
"id": "c1d2e3f4-5678-9abc-def0-111111111111",
"userId": "user-001",
"giftName": "Premium Headphones",
"giftImageUrl": "https://example.com/headphones.png",
"pointsSpent": 500,
"orderStatus": "Completed",
"deliveryStatus": "Pending",
"deliveryRequired": true,
"customerName": "Ahmed Mohammed",
"customerPhone": "+966500000001",
"createdAt": "2026-03-22T16:00:00Z"
},
{
"id": "c1d2e3f4-5678-9abc-def0-222222222222",
"userId": "user-001",
"giftName": "Coffee Voucher",
"giftImageUrl": null,
"pointsSpent": 100,
"orderStatus": "Completed",
"deliveryStatus": null,
"deliveryRequired": false,
"customerName": null,
"customerPhone": null,
"createdAt": "2026-03-21T10:00:00Z"
},
{
"id": "c1d2e3f4-5678-9abc-def0-333333333333",
"userId": "user-001",
"giftName": "Movie Ticket",
"giftImageUrl": "https://example.com/movie.png",
"pointsSpent": 200,
"orderStatus": "Cancelled",
"deliveryStatus": null,
"deliveryRequired": false,
"customerName": null,
"customerPhone": null,
"createdAt": "2026-03-19T08:30:00Z"
}
],
"pagination": {
"currentPage": 1,
"pageSize": 10,
"totalCount": 3,
"totalPages": 1,
"hasPrevious": false,
"hasNext": false
}
}