{
"id": "string",
"companyId": "string",
"taxId": "string",
"kind": "natural",
"active": true,
"name": "string",
"gender": "string",
"birthDate": "string",
"age": 0,
"motherName": "string",
"fatherName": "string",
"taxIdStatus": "string",
"hasObitIndication": true,
"maritalStatus": "string",
"scrAuthorized": true,
"detailScore": {
"score": 0,
"rating": "string",
"calculatedAt": "string"
},
"addresses": [
{
"type": "HOME",
"country": "string",
"state": "string",
"city": "string",
"address": "string",
"zipCode": "string"
}
],
"emails": [
{
"type": "PERSONAL",
"email": "string"
}
],
"phones": [
{
"type": "HOME",
"number": "string",
"areaCode": "string"
}
]
}