================================================================================
REQUEST LOG: req_83m4evh6aWyw
================================================================================

[2025-12-31 12:43:38.376596] REQUEST END
    Status: 200
    Response Time: 32.98ms
    Response: {
    "success": true,
    "message": "Recipes 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,
            "product": {
                "id": 4,
                "category_id": 1,
                "name": "vaniila",
                "slug": "vaniila",
                "description": "test",
                "base_price": "20.00",
                "image": "products/6952c97a02135_1767033210.png",
                "max_scoops": 4,
                "is_active": true,
                "created_at": "2025-12-29T18:33:28.000000Z",
                "updated_at": "2025-12-29T18:33:30.000000Z",
                "deleted_at": null,
                "scoop_price": "19.98",
                "scoop_capacity": null,
                "has_inner_options": 0,
                "price_per_scoop": null,
                "metadata": null,
                "image_url": "http://127.0.0.1:8000/storage/products/6952c97a02135_1767033210.png"
            },
            "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_83m4evh6aWyw",
        "timestamp": "2025-12-31T12:43:38+00:00"
    }
}

================================================================================