{
"firstName": "string",
"lastName": "string",
"phoneNumber": "string",
"email": "string",
"address": "string",
"notes": "string",
"companyName": "string",
"tags": [
"string"
],
"avatar": "string",
"isFavorite": true,
"source": "MOBILE",
"lifecycleStage": "lead",
"doNotCall": true,
"doNotSms": true,
"id": "string",
"stats": {
"totalIncomingCalls": 0,
"totalOutboundCalls": 0,
"totalSmsMessages": 0,
"lastCallDate": "string",
"upcomingAppointments": 0
},
"latestNote": {
"content": "string",
"createdAt": "string"
},
"suggestedLifecycleStage": "string"
}