Example JSON Format
[
{
"_id": "recipe_example_001",
"title": "Example Recipe",
"image_url": "https://example.com/image.jpg",
"source_link": "https://example.com/recipe",
"tags": ["Vegetarian", "Quick", "Healthy"],
"ingredients": "Ingredient 1\nIngredient 2\nIngredient 3",
"steps": "Step 1: Do this\nStep 2: Do that\nStep 3: Finish",
"created_at": "2023-01-01T00:00:00.000Z",
"updated_at": "2023-01-01T00:00:00.000Z"
}
]