================================================================================
REQUEST LOG: req_dxeHsOoE8I8D
================================================================================

[2026-06-11 17:35:45.042301] REQUEST END
    Status: 200
    Response Time: 8.1ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 77,
        "recipe_name": "Lotus Shake Kiddi",
        "yield_grams": "0.00",
        "total_cost": 71.6,
        "cost_per_gram": 0,
        "breakdown": [
            {
                "ingredient": "Milk (For Shakes)",
                "quantity": "120.0000",
                "unit": "Grams",
                "cost_per_unit": "0.28",
                "total_cost": 33.6
            },
            {
                "ingredient": "Lotus Biscuits",
                "quantity": "10.0000",
                "unit": "Grams",
                "cost_per_unit": "3.80",
                "total_cost": 38
            }
        ]
    },
    "meta": {
        "request_id": "req_dxeHsOoE8I8D",
        "timestamp": "2026-06-11T17:35:45+00:00"
    }
}

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