================================================================================
REQUEST LOG: req_WeRC5skhgaDz
================================================================================

[2025-12-31 12:44:22.174782] REQUEST END
    Status: 200
    Response Time: 2.04ms
    Response: {
    "success": true,
    "message": "Recipes for product retrieved successfully",
    "data": [
        {
            "id": 2,
            "product_id": 5,
            "name": "mango",
            "description": "mango",
            "instructions": "mango",
            "yield_quantity": 200,
            "is_active": true,
            "created_at": "2025-12-31T12:44:04.000000Z",
            "updated_at": "2025-12-31T12:44:04.000000Z",
            "deleted_at": null,
            "ingredients": [
                {
                    "id": 1,
                    "name": "sugar",
                    "sku": "67575",
                    "unit": "kg",
                    "cost_per_unit": "20.00",
                    "minimum_stock": "200.000",
                    "reorder_level": "100.000",
                    "is_active": true,
                    "created_at": "2025-12-29T18:37:50.000000Z",
                    "updated_at": "2025-12-29T18:37:50.000000Z",
                    "deleted_at": null,
                    "pivot": {
                        "recipe_id": 2,
                        "ingredient_id": 1,
                        "quantity": 2,
                        "unit": "kg",
                        "notes": null,
                        "created_at": "2025-12-31T12:44:05.000000Z",
                        "updated_at": "2025-12-31T12:44:05.000000Z"
                    }
                }
            ]
        }
    ],
    "meta": {
        "request_id": "req_WeRC5skhgaDz",
        "timestamp": "2025-12-31T12:44:22+00:00"
    }
}

================================================================================