[
    {
        "id": 1,
        "name": "Tortilla z kurczakiem",
        "description": null,
        "category_id": 12,
        "prep_time_minutes": null,
        "servings": "1.00",
        "active": 1,
        "created_at": "2026-07-08 16:25:01",
        "updated_at": "2026-07-08 16:25:01",
        "category_name": "Kolacja",
        "ingredients": [
            {
                "item_id": 1,
                "recipe_id": 1,
                "product_id": 5,
                "quantity": "100.00",
                "sort_order": 0,
                "product_name": "Tortilla",
                "unit": "g",
                "kcal_100g": "303.00",
                "protein_100g": "18.00",
                "fat_100g": "8.00",
                "carbs_100g": "38.00",
                "fiber_100g": "5.00",
                "salt_100g": "1.10",
                "product_active": 1
            },
            {
                "item_id": 2,
                "recipe_id": 1,
                "product_id": 2,
                "quantity": "100.00",
                "sort_order": 1,
                "product_name": "Pierś z kurczaka",
                "unit": "g",
                "kcal_100g": "120.00",
                "protein_100g": "21.50",
                "fat_100g": "1.30",
                "carbs_100g": "0.00",
                "fiber_100g": "0.00",
                "salt_100g": "0.11",
                "product_active": 1
            }
        ],
        "macro_total": {
            "kcal": 423,
            "protein": 39.5,
            "fat": 9.3,
            "carbs": 38,
            "fiber": 5,
            "salt": 1.2
        },
        "macro_per_serving": {
            "kcal": 423,
            "protein": 39.5,
            "fat": 9.3,
            "carbs": 38,
            "fiber": 5,
            "salt": 1.2
        }
    }
]