Last active
December 11, 2024 03:29
-
-
Save kevinylu/7f5609fddef7af7665d3d131a2b2a814 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"first_name": "Kevin", | |
"last_name": "Lu", | |
"airpoint_number": 976111, | |
"airpoint_barcode": 2642097611110, | |
"balance": 105.76, | |
"activities": [ | |
{ | |
"id": 1, | |
"transactionDate": "2021-08-31T15:47:10", | |
"description": "Z Energy Airpoints Dollars", | |
"airpoint": 0.63, | |
"status_point": 10 | |
}, | |
{ | |
"id": 2, | |
"transactionDate": "2022-02-17T10:44:35", | |
"description": "Mitre 10 Dollars", | |
"airpoint": 0.95, | |
"status_point": 0 | |
}, | |
{ | |
"id": 3, | |
"transactionDate": "2023-01-12T09:20:15", | |
"description": "New World Purchase", | |
"airpoint": 1.20, | |
"status_point": 5 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment