{
"name": "string",
"email": "user@example.com",
"gender": "string",
"religion": "string",
"birthDate": "2019-08-24",
"birthPlace": "string",
"phone": "string",
"nationality": "st",
"familyCardNumber": "string",
"nip": "string",
"nuptk": "string",
"taxNumber": "string",
"taxName": "string",
"employmentStatus": "string",
"maritalStatus": "string",
"spouseName": "string",
"spouseNip": "string",
"spouseOccupation": "UNEMPLOYED",
"father": {
"name": "string",
"nik": "string",
"birthPlace": "string",
"birthDate": "2019-08-24T14:15:22.123Z",
"education": "string",
"phone": "string",
"occupation": "string",
"income": "string",
"specialNeeds": [
"string"
]
},
"mother": {
"name": "string",
"nik": "string",
"birthPlace": "string",
"birthDate": "2019-08-24T14:15:22.123Z",
"education": "string",
"phone": "string",
"occupation": "string",
"income": "string",
"specialNeeds": [
"string"
]
},
"address": {
"street": "string",
"rt": "string",
"rw": "string",
"village": {
"code": "string",
"name": "string"
},
"district": {
"code": "string",
"name": "string"
},
"regency": {
"code": "string",
"name": "string"
},
"province": {
"code": "string",
"name": "string"
},
"country": {
"code": "string",
"name": "string"
},
"postalCode": "string",
"location": {
"type": "POINT",
"coordinates": [
0,
0
]
}
}
}