================================================================================
REQUEST LOG: req_1w04HY6Pr2wP
================================================================================

[2026-03-31 18:14:44.772163] REQUEST END
    Status: 200
    Response Time: 12.09ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 10,
        "recipe_name": "Caramel Ice Cream Shake",
        "yield_quantity": 1,
        "total_cost": 129.93,
        "cost_per_serving": 129.93,
        "breakdown": [
            {
                "ingredient": "Milk (For Shakes)",
                "quantity": "180.0000",
                "unit": "Grams",
                "cost_per_unit": "0.28",
                "total_cost": 50.400000000000006
            },
            {
                "ingredient": "Caramel Syrup",
                "quantity": "70.0000",
                "unit": "Grams",
                "cost_per_unit": "1.00",
                "total_cost": 70
            },
            {
                "ingredient": "Shake Glass - Large",
                "quantity": "1.0000",
                "unit": "Piece",
                "cost_per_unit": "9.50",
                "total_cost": 9.5
            },
            {
                "ingredient": "Straws",
                "quantity": "1.0000",
                "unit": "Piece",
                "cost_per_unit": "0.03",
                "total_cost": 0.03
            }
        ]
    },
    "meta": {
        "request_id": "req_1w04HY6Pr2wP",
        "timestamp": "2026-03-31T18:14:44+00:00"
    }
}

================================================================================