Data Type: Profile
{
"person": {
"name": {
"first_name": "Pierre",
"middle_name": "",
"last_name": "Laurent",
"nickname": "Snochy"
},
"sex": "male",
"birthdate": "1998-01-01"
},
"address": {
"country": "FR",
"region": "Grand Est",
"city": "Strasbourg City",
"district": "Ketali Lorem",
"detail": "3213 Building,lorem Street",
"zip_code": "310000"
},
"education": "master",
"profession": "XXX",
"annual_income": {
"currency": "USD",
"amount_local": 100000,
"amount_usd": 100000,
"amount_cny": 680000
}
}