================================================================================
REQUEST LOG: req_m9c3WzwJP1U8
================================================================================

[2026-03-31 17:49:22.195292] REQUEST END
    Status: 200
    Response Time: 8.71ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 7,
        "recipe_name": "Vanilla Ice Cream Shake",
        "yield_quantity": 1,
        "total_cost": 95.53,
        "cost_per_serving": 95.53,
        "breakdown": [
            {
                "ingredient": "Milk (For Shakes)",
                "quantity": "200.0000",
                "unit": "Grams",
                "cost_per_unit": "0.28",
                "total_cost": 56.00000000000001
            },
            {
                "ingredient": "Vanilla Syrup",
                "quantity": "25.0000",
                "unit": "Grams",
                "cost_per_unit": "1.20",
                "total_cost": 30
            },
            {
                "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_m9c3WzwJP1U8",
        "timestamp": "2026-03-31T17:49:22+00:00"
    }
}

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