================================================================================
REQUEST LOG: req_TB6ZIcdqpb3F
================================================================================

[2026-04-09 22:49:46.216289] REQUEST END
    Status: 200
    Response Time: 8.96ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 3,
        "recipe_name": "Fudge Brownie",
        "yield_grams": "16.00",
        "total_cost": 1087.2820000000002,
        "cost_per_gram": 67.95512500000001,
        "breakdown": [
            {
                "ingredient": "Maida",
                "quantity": "320.0000",
                "unit": "Grams",
                "cost_per_unit": "0.15",
                "total_cost": 48
            },
            {
                "ingredient": "Cocoa Powder",
                "quantity": "170.0000",
                "unit": "Grams",
                "cost_per_unit": "4.00",
                "total_cost": 680
            },
            {
                "ingredient": "Chocolate Slab",
                "quantity": "0.2000",
                "unit": "KG",
                "cost_per_unit": "1.20",
                "total_cost": 0.24
            },
            {
                "ingredient": "Brown Sugar",
                "quantity": "250.0000",
                "unit": "Grams",
                "cost_per_unit": "0.50",
                "total_cost": 125
            },
            {
                "ingredient": "Sugar",
                "quantity": "300.0000",
                "unit": "Grams",
                "cost_per_unit": "0.16",
                "total_cost": 48
            },
            {
                "ingredient": "Oil",
                "quantity": "0.3000",
                "unit": "Liters",
                "cost_per_unit": "0.54",
                "total_cost": 0.162
            },
            {
                "ingredient": "Egg",
                "quantity": "6.0000",
                "unit": "Piece",
                "cost_per_unit": "30.00",
                "total_cost": 180
            },
            {
                "ingredient": "Baking Powder",
                "quantity": "5.0000",
                "unit": "Grams",
                "cost_per_unit": "0.83",
                "total_cost": 4.1499999999999995
            },
            {
                "ingredient": "Baking Soda",
                "quantity": "1.0000",
                "unit": "Grams",
                "cost_per_unit": "0.73",
                "total_cost": 0.73
            },
            {
                "ingredient": "Coffee Beans",
                "quantity": "0.2000",
                "unit": "KG",
                "cost_per_unit": "5.00",
                "total_cost": 1
            }
        ]
    },
    "meta": {
        "request_id": "req_TB6ZIcdqpb3F",
        "timestamp": "2026-04-09T22:49:46+00:00"
    }
}

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