{
"data": {
"document_uploaded": true,
"personal_detail_completed": true,
"kyc_status": "active",
"personal_details": {
"name_dob": {
"first_name": "string",
"last_name": "string",
"date_of_birth": "2000-01-01"
},
"phone": {
"country_iso_3": "AUS",
"country_code_prefix": "+61",
"phone_number": "431234567",
"is_phone_verified": false
},
"address": {
"address_line_1": "string",
"town_or_city": "string",
"administrative_region": "string",
"post_code": "string",
"country_iso_3": "AUS"
},
"tax_details": {
"is_tax_resident_outside_australia": true,
"country_iso_3": "AUS",
"tax_identification_number": "string"
}
}
}
}