================================================================================
REQUEST LOG: req_rQ3eTQlsPXbk
================================================================================

[2026-03-31 19:12:35.621196] REQUEST END
    Status: 200
    Response Time: 20.15ms
    Response: {
    "success": true,
    "message": "Recipe cost calculated successfully",
    "data": {
        "recipe_id": 23,
        "recipe_name": "Pista Syrup",
        "yield_quantity": 1,
        "total_cost": 565.8399999999999,
        "cost_per_serving": 565.8399999999999,
        "breakdown": [
            {
                "ingredient": "Pista",
                "quantity": "68.0000",
                "unit": "Grams",
                "cost_per_unit": "4.00",
                "total_cost": 272
            },
            {
                "ingredient": "Sugar",
                "quantity": "100.0000",
                "unit": "Grams",
                "cost_per_unit": "0.16",
                "total_cost": 16
            },
            {
                "ingredient": "Water",
                "quantity": "200.0000",
                "unit": "Grams",
                "cost_per_unit": "0.01",
                "total_cost": 2
            },
            {
                "ingredient": "Liquid Glucose",
                "quantity": "340.0000",
                "unit": "Grams",
                "cost_per_unit": "0.23",
                "total_cost": 78.2
            },
            {
                "ingredient": "Oil",
                "quantity": "66.0000",
                "unit": "Milli Liter",
                "cost_per_unit": "0.54",
                "total_cost": 35.64
            },
            {
                "ingredient": "Condensed Milk",
                "quantity": "140.0000",
                "unit": "Grams",
                "cost_per_unit": "0.90",
                "total_cost": 126
            },
            {
                "ingredient": "Lecithin E322",
                "quantity": "5.0000",
                "unit": "Grams",
                "cost_per_unit": "4.00",
                "total_cost": 20
            },
            {
                "ingredient": "Pista Flavour",
                "quantity": "4.0000",
                "unit": "Grams",
                "cost_per_unit": "4.00",
                "total_cost": 16
            }
        ]
    },
    "meta": {
        "request_id": "req_rQ3eTQlsPXbk",
        "timestamp": "2026-03-31T19:12:35+00:00"
    }
}

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