================================================================================
REQUEST LOG: req_oOpvLc8r4U8u
================================================================================

[2026-03-31 17:21:55.057259] REQUEST END
    Status: 200
    Response Time: 12.05ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 13,
        "recipe_name": "Strawberry Ice Cream Shake",
        "yield_quantity": 1,
        "total_cost": 89.2,
        "cost_per_serving": 89.2,
        "breakdown": [
            {
                "ingredient": "Milk (For Shakes)",
                "quantity": "140.0000",
                "unit": "Grams",
                "cost_per_unit": "0.28",
                "total_cost": 39.2
            },
            {
                "ingredient": "Strawberry Syrup",
                "quantity": "50.0000",
                "unit": "Grams",
                "cost_per_unit": "1.00",
                "total_cost": 50
            }
        ]
    },
    "meta": {
        "request_id": "req_oOpvLc8r4U8u",
        "timestamp": "2026-03-31T17:21:55+00:00"
    }
}

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