================================================================================
REQUEST LOG: req_PhqLzwnjTtCb
================================================================================

[2026-03-31 17:43:14.126781] REQUEST END
    Status: 200
    Response Time: 29.44ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 20,
        "recipe_name": "Oreo Loaded Ice Cream Shake",
        "yield_quantity": 1,
        "total_cost": 121.4,
        "cost_per_serving": 121.4,
        "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
            }
        ]
    },
    "meta": {
        "request_id": "req_PhqLzwnjTtCb",
        "timestamp": "2026-03-31T17:43:14+00:00"
    }
}

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