================================================================================
REQUEST LOG: req_OmhDJx5HZSxJ
================================================================================

[2025-12-29 18:39:00.200294] REQUEST END
    Status: 200
    Response Time: 2.41ms
    Response: {
    "success": true,
    "message": "Recipes for product retrieved successfully",
    "data": [
        {
            "id": 1,
            "product_id": 4,
            "name": "vanilla",
            "description": "vanilla",
            "instructions": "vanilla",
            "yield_quantity": 20,
            "is_active": true,
            "created_at": "2025-12-29T18:38:34.000000Z",
            "updated_at": "2025-12-29T18:38:34.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": 1,
                        "ingredient_id": 1,
                        "quantity": 1,
                        "unit": "kg",
                        "notes": null,
                        "created_at": "2025-12-29T18:38:34.000000Z",
                        "updated_at": "2025-12-29T18:38:34.000000Z"
                    }
                }
            ]
        }
    ],
    "meta": {
        "request_id": "req_OmhDJx5HZSxJ",
        "timestamp": "2025-12-29T18:39:00+00:00"
    }
}

================================================================================