[
    {
        "id": "24e014e3-ece7-43e4-be01-6233654c6828",
        "name": "Maria",
        "drink": "Latte",
        "milk": "Oat",
        "flavors": [
            "Vanilla",
            "Sweet Cream"
        ],
        "status": "completed"
    },
    {
        "id": "0e46149f-5bc7-4a9a-b218-cc15f4a78cdc",
        "name": "Adam",
        "drink": "Latte",
        "milk": "Oat",
        "flavors": [
            "Vanilla",
            "Sweet Cream"
        ],
        "status": "active"
    }
]