{
"data": [
{
"id": "BC412D71-B1E3-4D38-A195-1D398FC3A69C",
"firstName": "Joe",
"lastName": "Doe",
"age": 18,
"emails": [
"Joe.Doe@gmail.com",
"Joe.Doe2@gmail.com"
],
"addresses": [
{
"createdAt": "2022-10-10T10:10:10.000Z",
"createdBy": "User1",
"lastModifiedAt": "2023-11-10T10:10:10.000Z",
"lastModifiedBy": "User2",
"id": "27877FE3-5AF3-424C-AC71-CD390A09B99F",
"street": "Baker street 221B",
"zipCode": "1234",
"city": "London",
"country": "UK",
"notes": "Some notes about the address"
}
],
"notes": "Some notes about the person"
}
],
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22Z"
},
"statusCode": 0
}