Created
April 7, 2023 05:24
-
-
Save agraves/fe96d091d358a9fe2dfb2e19d017a81b to your computer and use it in GitHub Desktop.
gpt_user_fixtures.json
This file contains hidden or 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": "Emma", | |
"last_name": "Johnson", | |
"full_name": "Emma Johnson", | |
"email": "[email protected]", | |
"encrypted_password": "a8a3db3d3c0a2a2", | |
"reset_password_token": "t9a0e4f8a4e4", | |
"confirm_token": "d8b8c7c6f5e4d3c", | |
"age": 28, | |
"gender": "Female", | |
"ethnicity": "Caucasian" | |
}, | |
{ | |
"first_name": "Liam", | |
"last_name": "Martinez", | |
"full_name": "Liam Martinez", | |
"email": "[email protected]", | |
"encrypted_password": "f0b4c3a8a7c6e5f", | |
"reset_password_token": "e2e3f4d5c6b7a8", | |
"confirm_token": "c9d8e7f6g5h4i3", | |
"age": 32, | |
"gender": "Male", | |
"ethnicity": "Hispanic" | |
}, | |
{ | |
"first_name": "Sophia", | |
"last_name": "Kim", | |
"full_name": "Sophia Kim", | |
"email": "[email protected]", | |
"encrypted_password": "a8b9c0d1e2f3g4", | |
"reset_password_token": "h7g6f5e4d3c2b1", | |
"confirm_token": "k9j8i7h6g5f4e3", | |
"age": 25, | |
"gender": "Female", | |
"ethnicity": "Asian" | |
}, | |
{ | |
"first_name": "Ethan", | |
"last_name": "Smith", | |
"full_name": "Ethan Smith", | |
"email": "[email protected]", | |
"encrypted_password": "b0c1d2e3f4g5h6", | |
"reset_password_token": "i8j7k6l5m4n3o2", | |
"confirm_token": "o8n7m6l5k4j3i2", | |
"age": 30, | |
"gender": "Male", | |
"ethnicity": "Caucasian" | |
}, | |
{ | |
"first_name": "Ava", | |
"last_name": "Garcia", | |
"full_name": "Ava Garcia", | |
"email": "[email protected]", | |
"encrypted_password": "c0d1e2f3g4h5i6", | |
"reset_password_token": "j8k7l6m5n4o3p2", | |
"confirm_token": "p8o7n6m5l4k3j2", | |
"age": 27, | |
"gender": "Female", | |
"ethnicity": "Hispanic" | |
}, | |
{ | |
"first_name": "Michael", | |
"last_name": "Nakamura", | |
"full_name": "Michael Nakamura", | |
"email": "[email protected]", | |
"encrypted_password": "d0e1f2g3h4i5j6", | |
"reset_password_token": "k8l7m6n5o4p3q2", | |
"confirm_token": "q8r7s6t5u4v3w2", | |
"age": 34, | |
"gender": "Male", | |
"ethnicity": "Asian" | |
}, | |
{ | |
"first_name": "Olivia", | |
"last_name": "Patel", | |
"full_name": "Olivia Patel", | |
"email": "[email protected]", | |
"encrypted_password": "e0f1g2h3i4j5k6", | |
"reset_password_token": "l8m7n6o5p4q3r2", | |
"confirm_token": "r8s7t6u5v4w3x2", | |
"age": 29, | |
"gender": "Female", | |
"ethnicity": "Indian" | |
}, | |
{ | |
"first_name": "Alexander", | |
"last_name": "Williams", | |
"full_name": "Alexander Williams", | |
"email": "[email protected]", | |
"encrypted_password": "f0g1h2i3j4k5l6", | |
"reset_password_token": "m8n7o6p5q4r3s2", | |
"confirm_token": "s8t7u6v5w4x3y2", | |
"age": 31, | |
"gender": "Male", | |
"ethnicity": "Caucasian" | |
}, | |
{ | |
"first_name": "Mia", | |
"last_name": "Rodriguez", | |
"full_name": "Mia Rodriguez", | |
"email": "[email protected]", | |
"encrypted_password": "g0h1i2j3k4l5m6", | |
"reset_password_token": "n8o7p6q5r4s3t2", | |
"confirm_token": "t8u7v6w5x4y3z2", | |
"age": 26, | |
"gender": "Female", | |
"ethnicity": "Hispanic" | |
}, | |
{ | |
"first_name": "Daniel", | |
"last_name": "Wang", | |
"full_name": "Daniel Wang", | |
"email": "[email protected]", | |
"encrypted_password": "h0i1j2k3l4m5n6", | |
"reset_password_token": "o8p7q6r5s4t3u2", | |
"confirm_token": "u8v7w6x5y4z3a2", | |
"age": 35, | |
"gender": "Male", | |
"ethnicity": "Asian" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment