[
    {
        "id": 1,
        "name": "John Doe",
        "emails": [
            "johndoe@example.com",
            "john.doe@gmail.com"
        ]
    },
    {
        "id": 2,
        "name": "Jane Smith",
        "emails": [
            "janesmith@example.com"
        ]
    },
    {
        "id": 3,
        "name": "Alex Johnson",
        "emails": [
            "alex.johnson@gmail.com",
            "alex123@example.com"
        ]
    }
]