{
"id": 1,
"first_name": "John",
"last_name": "Smith",
"phone_number": "9891231230",
"email": "john_smith@debt-wise.com",
"date_of_birth": "1993-03-03",
"ssn": "12345678"
}Schemas
User
User's id
Example:
1
User's first name
Example:
"John"
User's last name
Example:
"Smith"
User's US phone number. 10 digits without +
Example:
"9891231230"
User's email
Example:
"john_smith@debt-wise.com"
User's date of birth
Example:
"1993-03-03"
User's social security number. From 8 to 9 digits
Example:
"12345678"