================================================================================
REQUEST LOG: req_ZzFQpoUJRAPZ
================================================================================

[2026-04-01 17:30:03.566135] REQUEST END
    Status: 200
    Response Time: 14.58ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 4,
        "recipe_name": "Molten Lava",
        "yield_quantity": 4,
        "total_cost": 120.828,
        "cost_per_serving": 30.207,
        "breakdown": [
            {
                "ingredient": "Maida",
                "quantity": "12.0000",
                "unit": "Grams",
                "cost_per_unit": "0.15",
                "total_cost": 1.7999999999999998
            },
            {
                "ingredient": "Cocoa Powder",
                "quantity": "8.0000",
                "unit": "Grams",
                "cost_per_unit": "4.00",
                "total_cost": 32
            },
            {
                "ingredient": "Corn Flour",
                "quantity": "8.0000",
                "unit": "Grams",
                "cost_per_unit": "0.18",
                "total_cost": 1.44
            },
            {
                "ingredient": "Egg",
                "quantity": "2.0000",
                "unit": "Piece",
                "cost_per_unit": "30.00",
                "total_cost": 60
            },
            {
                "ingredient": "Butter",
                "quantity": "0.0800",
                "unit": "KG",
                "cost_per_unit": "1.00",
                "total_cost": 0.08
            },
            {
                "ingredient": "Chocolate Slab",
                "quantity": "0.1400",
                "unit": "KG",
                "cost_per_unit": "1.20",
                "total_cost": 0.168
            },
            {
                "ingredient": "Full Cream Milk Powder (FCMP)",
                "quantity": "6.0000",
                "unit": "Grams",
                "cost_per_unit": "1.05",
                "total_cost": 6.300000000000001
            },
            {
                "ingredient": "Chocolate Flavour (Vibgyour)",
                "quantity": "2.0000",
                "unit": "Grams",
                "cost_per_unit": "5.50",
                "total_cost": 11
            },
            {
                "ingredient": "Vanillin Powder",
                "quantity": "0.5000",
                "unit": "Grams",
                "cost_per_unit": "6.40",
                "total_cost": 3.2
            },
            {
                "ingredient": "Sugar",
                "quantity": "30.0000",
                "unit": "Grams",
                "cost_per_unit": "0.16",
                "total_cost": 4.8
            },
            {
                "ingredient": "Salt",
                "quantity": "0.5000",
                "unit": "Grams",
                "cost_per_unit": "0.08",
                "total_cost": 0.04
            }
        ]
    },
    "meta": {
        "request_id": "req_ZzFQpoUJRAPZ",
        "timestamp": "2026-04-01T17:30:03+00:00"
    }
}

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