Created
January 21, 2020 14:29
-
-
Save Itsdenty/ac3d897ed27aa84bd7d8c1d34ae057cc to your computer and use it in GitHub Desktop.
The xpress test solution json
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
{ | |
"_id": { | |
"$oid": "5e2707d1f4e57627565aeeae" | |
}, | |
"registrationDate": { | |
"$date": "2020-01-21T14:16:49.714Z" | |
}, | |
"customerName": "Akintola", | |
"email": "[email protected]", | |
"phoneNumber": "08016789081", | |
"created_at": { | |
"$date": "2020-01-21T14:16:49.719Z" | |
}, | |
"updated_at": { | |
"$date": "2020-01-21T14:16:49.719Z" | |
}, | |
"__v": 0 | |
} | |
{ | |
"_id": { | |
"$oid": "5e27074bf4e57627565aeead" | |
}, | |
"registrationDate": { | |
"$date": "2020-01-21T14:14:35.079Z" | |
}, | |
"customerName": "kareem Johnson", | |
"email": "[email protected]", | |
"phoneNumber": "08016789097", | |
"created_at": { | |
"$date": "2020-01-21T14:14:35.095Z" | |
}, | |
"updated_at": { | |
"$date": "2020-01-21T14:14:35.095Z" | |
}, | |
"__v": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment