{
"rows": [
{
"id": "txn_123456789",
"txn_date": "2024-01-15",
"token": "#TXN-2024-001",
"description": "Sale of products",
"txn_type": "sales",
"payment_method": "cash",
"location": "Main Store",
"posted_by": "John Doe",
"sales_amount": 1500,
"discount": 50,
"total_amount": 1450,
"running_balance": 5000,
"tm": "14:30:00"
},
{
"id": "txn_123456790",
"txn_date": "2024-01-16",
"token": "#TXN-2024-002",
"description": "Payment received",
"txn_type": "paid in",
"payment_method": "bank transfer",
"location": "Main Store",
"posted_by": "Jane Smith",
"sales_amount": 0,
"discount": 0,
"total_amount": 2000,
"running_balance": 7000,
"tm": "10:15:00"
}
],
"nextCursor": "eyJ0eG5fZGF0ZSI6IjIwMjQtMDEtMTYiLCJ0bSI6IjEwOjE1OjAwIiwidG9rZW4iOiIjVFhOLTIwMjQtMDAyIn0=",
"hasNext": true
}