================================================================================
REQUEST LOG: req_b7I6LDVhFqO7
================================================================================

[2026-03-31 17:44:02.343610] REQUEST END
    Status: 200
    Response Time: 43.33ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 16,
        "recipe_name": "Butter Scotch Ice Cream Shake",
        "yield_quantity": 1,
        "total_cost": 120.4,
        "cost_per_serving": 120.4,
        "breakdown": [
            {
                "ingredient": "Milk (For Shakes)",
                "quantity": "180.0000",
                "unit": "Grams",
                "cost_per_unit": "0.28",
                "total_cost": 50.400000000000006
            },
            {
                "ingredient": "Butter Scotch Syrup",
                "quantity": "70.0000",
                "unit": "Grams",
                "cost_per_unit": "1.00",
                "total_cost": 70
            }
        ]
    },
    "meta": {
        "request_id": "req_b7I6LDVhFqO7",
        "timestamp": "2026-03-31T17:44:02+00:00"
    }
}

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