================================================================================
REQUEST LOG: req_MkJqkX2Tjmyg
================================================================================

[2026-03-31 17:43:23.025635] REQUEST END
    Status: 200
    Response Time: 10.01ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 18,
        "recipe_name": "Chocolate Ice Cream Shake",
        "yield_quantity": 1,
        "total_cost": 81,
        "cost_per_serving": 81,
        "breakdown": [
            {
                "ingredient": "Milk (For Shakes)",
                "quantity": "200.0000",
                "unit": "Grams",
                "cost_per_unit": "0.28",
                "total_cost": 56.00000000000001
            },
            {
                "ingredient": "Chocolate Syrup",
                "quantity": "25.0000",
                "unit": "Grams",
                "cost_per_unit": "1.00",
                "total_cost": 25
            }
        ]
    },
    "meta": {
        "request_id": "req_MkJqkX2Tjmyg",
        "timestamp": "2026-03-31T17:43:23+00:00"
    }
}

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