================================================================================
REQUEST LOG: req_rYU73O7mrt5i
================================================================================

[2026-03-31 17:47:41.817578] REQUEST END
    Status: 200
    Response Time: 10.13ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 6,
        "recipe_name": "Vanilla Ice Cream Shake",
        "yield_quantity": 1,
        "total_cost": 68.53,
        "cost_per_serving": 68.53,
        "breakdown": [
            {
                "ingredient": "Milk (For Shakes)",
                "quantity": "150.0000",
                "unit": "Grams",
                "cost_per_unit": "0.28",
                "total_cost": 42.00000000000001
            },
            {
                "ingredient": "Vanilla Syrup",
                "quantity": "15.0000",
                "unit": "Grams",
                "cost_per_unit": "1.20",
                "total_cost": 18
            },
            {
                "ingredient": "Shake Glass - Regular",
                "quantity": "1.0000",
                "unit": "Piece",
                "cost_per_unit": "8.50",
                "total_cost": 8.5
            },
            {
                "ingredient": "Straws",
                "quantity": "1.0000",
                "unit": "Piece",
                "cost_per_unit": "0.03",
                "total_cost": 0.03
            }
        ]
    },
    "meta": {
        "request_id": "req_rYU73O7mrt5i",
        "timestamp": "2026-03-31T17:47:41+00:00"
    }
}

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