Skip to content

Instantly share code, notes, and snippets.

@kenngyc
Created June 26, 2018 11:13
Show Gist options
  • Save kenngyc/d8d75a149a83520a5278db873dfeefca to your computer and use it in GitHub Desktop.
Save kenngyc/d8d75a149a83520a5278db873dfeefca to your computer and use it in GitHub Desktop.
Mock customer data
[{
"id": 1,
"first_name": "Fancie",
"last_name": "Yglesia",
"email": "[email protected]",
"gender": "Female",
"ip_address": "115.156.83.78",
"account_no": "3559891215235202",
"balance": "256.34",
"country_code": "BR"
}, {
"id": 2,
"first_name": "Blancha",
"last_name": "Kroon",
"email": "[email protected]",
"gender": "Female",
"ip_address": "255.144.72.251",
"account_no": "3530646602541099",
"balance": "571.91",
"country_code": "CN"
}, {
"id": 3,
"first_name": "Yelena",
"last_name": "Smurthwaite",
"email": "[email protected]",
"gender": "Female",
"ip_address": "109.58.28.135",
"account_no": "630496910922509653",
"balance": "946.74",
"country_code": "RU"
}, {
"id": 4,
"first_name": "Ediva",
"last_name": "Croser",
"email": "[email protected]",
"gender": "Female",
"ip_address": "44.12.0.101",
"account_no": "4844534832304349",
"balance": "934.70",
"country_code": "ID"
}, {
"id": 5,
"first_name": "Sissie",
"last_name": "Stranahan",
"email": "[email protected]",
"gender": "Female",
"ip_address": "162.254.71.229",
"account_no": "3538399368981016",
"balance": "1119.67",
"country_code": "GT"
}, {
"id": 6,
"first_name": "Binky",
"last_name": "Wilbraham",
"email": "[email protected]",
"gender": "Male",
"ip_address": "250.80.248.32",
"account_no": "560224304879908076",
"balance": "98.68",
"country_code": "MX"
}, {
"id": 7,
"first_name": "Eugen",
"last_name": "Chatel",
"email": "[email protected]",
"gender": "Male",
"ip_address": "165.10.128.79",
"account_no": "3573204928730885",
"balance": "481.78",
"country_code": "CO"
}, {
"id": 8,
"first_name": "Welsh",
"last_name": "Grzesiak",
"email": "[email protected]",
"gender": "Male",
"ip_address": "180.237.128.1",
"account_no": "5444568747984549",
"balance": "229.02",
"country_code": "FR"
}, {
"id": 9,
"first_name": "Pearla",
"last_name": "McGurn",
"email": "[email protected]",
"gender": "Female",
"ip_address": "194.116.173.77",
"account_no": "3546847817412900",
"balance": "827.37",
"country_code": "JP"
}, {
"id": 10,
"first_name": "Ronica",
"last_name": "Sainz",
"email": "[email protected]",
"gender": "Female",
"ip_address": "130.156.30.187",
"account_no": "5602219658303935",
"balance": "78.93",
"country_code": "SV"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment