{
    "firstName": "Ilda",
    "lastName": "Baek",
    "createdAt": "1997-04-04T08:59:00+08:00",
    "languages": [
        "zh-CN",
        "ko-KR"
    ],
    "location": {
        "countryCode": "KR",
        "region": "Seoul",
        "district": "Gangnam-gu",
        "timezone": "Asia/Seoul",
        "timezoneOffset": 9
    },
    "company": {
        "name": "Doda Mind Corp.",
        "products": [
            {
                "name": "Smore",
                "homepage": "https://smore.im"
            },
            {
                "name": "Canape",
                "homepage": "https://canape.im"
            }
        ],
        "teamBlog": "https://smore.world"
    },
    "emails": [
        {
            "type": "work",
            "value": "baekilda@dodamind.kr"
        },
        {
            "type": "personal",
            "value": "baek@ilda.kr"
        }
    ],
    "cats": [
        {
            "name": "Doda",
            "age": 7,
            "image": "https://cdn.ilda.kr/doda.jpeg"
        }
    ]
}