Skip to content

Instantly share code, notes, and snippets.

@alvinslee
Created November 15, 2021 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvinslee/ac4ab4aa6189d63892f94977e814bb1d to your computer and use it in GitHub Desktop.
Save alvinslee/ac4ab4aa6189d63892f94977e814bb1d to your computer and use it in GitHub Desktop.
{
"first_name": "Mike",
"last_name": "John",
"token": "mike_john",
"email": "example@example.com",
"password": "P@ssw0rd",
"identifications": [
{
"type": "SSN",
"value": "111234444"
}
],
"birth_date": "1981-11-11",
"address1": "1234 Grove Street",
"city": "Berkeley",
"state": "CA",
"country": "USA",
"postal_code": "94702",
"phone": "5105551212",
"gender": "M",
"uses_parent_account": false,
"metadata": {
"key1":"value1",
"key2": "value2",
"notification_email": "example@example.com",
"notification_language": "spa",
"authentication_question1": "What was your first job?",
"authentication_question2": "What make was your first car?",
"authentication_question3": "What is your favorite color?",
"authentication_answer1": "Cashier",
"authentication_answer2": "Trabant",
"authentication_answer3": "Blue"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment