================================================================================
REQUEST LOG: req_EIqwQQLBHVX7
================================================================================

[2026-04-01 17:44:26.731046] REQUEST END
    Status: 200
    Response Time: 10.8ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 20,
        "recipe_name": "Oreo Loaded Ice Cream Shake",
        "yield_quantity": 1,
        "total_cost": 130.93,
        "cost_per_serving": 130.93,
        "breakdown": [
            {
                "ingredient": "Milk (For Shakes)",
                "quantity": "180.0000",
                "unit": "Grams",
                "cost_per_unit": "0.28",
                "total_cost": 50.400000000000006
            },
            {
                "ingredient": "Chocolate Syrup",
                "quantity": "35.0000",
                "unit": "Grams",
                "cost_per_unit": "1.00",
                "total_cost": 35
            },
            {
                "ingredient": "Oreo",
                "quantity": "45.0000",
                "unit": "Grams",
                "cost_per_unit": "0.80",
                "total_cost": 36
            },
            {
                "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_EIqwQQLBHVX7",
        "timestamp": "2026-04-01T17:44:26+00:00"
    }
}

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