================================================================================
REQUEST LOG: req_f1i9Dshc3FHc
================================================================================

[2026-03-31 17:47:50.332480] REQUEST END
    Status: 200
    Response Time: 8.88ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 7,
        "recipe_name": "Vanilla Ice Cream Shake",
        "yield_quantity": 1,
        "total_cost": 86,
        "cost_per_serving": 86,
        "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
            }
        ]
    },
    "meta": {
        "request_id": "req_f1i9Dshc3FHc",
        "timestamp": "2026-03-31T17:47:50+00:00"
    }
}

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