{
"id": "parcha-kyc-test-2",
"self_attested_data": {
"first_name": "John",
"middle_name": "Michael",
"last_name": "Doe",
"date_of_birth": "YYYY-MM-DD",
"address": {
"street_1": "123 Main Street",
"city": "Anytown",
"state": "ST",
"country_code": "US",
"postal_code": "12345"
},
"associated_addresses": [
{
"street_1": "456 Secondary Street",
"city": "Othertown",
"state": "ST",
"country_code": "US",
"postal_code": "67890"
}
],
"country_of_nationality": "US",
"country_of_residence": "US",
"place_of_birth": "Anytown, State",
"sex": "Male",
"email": "email@example.com",
"phone": "+1234567890",
"title": "Chief Technology Officer",
"is_applicant": false,
"is_business_owner": true,
"business_ownership_percentage": 50
}
}