================================================================================
REQUEST LOG: req_dhZMPXn3ndVf
================================================================================

[2026-03-31 17:43:48.545784] REQUEST END
    Status: 200
    Response Time: 10.89ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 19,
        "recipe_name": "Loaded Oreo Ice Cream Shake",
        "yield_quantity": 1,
        "total_cost": 83.2,
        "cost_per_serving": 83.2,
        "breakdown": [
            {
                "ingredient": "Milk (For Shakes)",
                "quantity": "140.0000",
                "unit": "Grams",
                "cost_per_unit": "0.28",
                "total_cost": 39.2
            },
            {
                "ingredient": "Chocolate Syrup",
                "quantity": "20.0000",
                "unit": "Grams",
                "cost_per_unit": "1.00",
                "total_cost": 20
            },
            {
                "ingredient": "Oreo",
                "quantity": "30.0000",
                "unit": "Grams",
                "cost_per_unit": "0.80",
                "total_cost": 24
            }
        ]
    },
    "meta": {
        "request_id": "req_dhZMPXn3ndVf",
        "timestamp": "2026-03-31T17:43:48+00:00"
    }
}

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