[
{
"id": 1,
"userId": "550e8400-e29b-41d4-a716-446655440000",
"total": 47.98,
"coupon": "SUMMER20",
"discount": 11.99,
"transactionDate": "2024-03-15T14:30:00.000Z",
"contents": [
{
"id": 1,
"quantity": 2,
"price": 19.99,
"product": {
"id": 1,
"name": "Wireless Mouse",
"description": "Ergonomic wireless mouse",
"price": 19.99,
"inventory": 48,
"category": "Electronics"
}
},
{
"id": 2,
"quantity": 1,
"price": 19.99,
"product": {
"id": 5,
"name": "USB Cable",
"description": "USB-C to USB-A cable",
"price": 9.99,
"inventory": 199,
"category": "Accessories"
}
}
]
},
{
"id": 2,
"userId": "550e8400-e29b-41d4-a716-446655440000",
"total": 29.99,
"coupon": null,
"discount": 0,
"transactionDate": "2024-03-15T16:45:00.000Z",
"contents": [
{
"id": 3,
"quantity": 1,
"price": 29.99,
"product": {
"id": 3,
"name": "Mechanical Keyboard",
"description": "RGB mechanical keyboard",
"price": 29.99,
"inventory": 24,
"category": "Electronics"
}
}
]
}
]