{
    "product1": {
        "price": 120000,
        "price_off": 10000,
        "discount_percent": 8,
        "section_id": 1,
        "brand": 2,
        "detail_category_id": 5,
        "brand_id": 2,
        "description": "این یک محصول نمونه است با توضیحات کامل",
        "season_suitable": "پاییز/زمستان"
    },
    "product2": {
        "price": 85000,
        "price_off": 5000,
        "discount_percent": 6,
        "section_id": 2,
        "brand": 3,
        "detail_category_id": 8,
        "brand_id": 3,
        "description": "محصول دوم با توضیحات تکمیلی و ویژگی‌ها",
        "season_suitable": "بهار/تابستان"
    },
    "product3": {
        "price": 99000,
        "price_off": 9000,
        "discount_percent": 9,
        "section_id": 1,
        "brand": 1,
        "detail_category_id": 6,
        "brand_id": 1,
        "description": "محصول سوم با جزئیات کامل",
        "season_suitable": "تمام فصول"
    }
}
