Example input
{
"products": [
{"product_id": 1, "product_name": "Moisturizer", "description": "A hydrating moisturizer for all skin types", "price": "$24.99", "number_of_orders": 500, "margin": "20%"},
{"product_id": 2, "product_name": "Serum", "description": "A rejuvenating serum to reduce fine lines and wrinkles", "price": "$34.99", "number_of_orders": 300, "margin": "25%"},
{"product_id": 3, "product_name": "Cleanser", "description": "A gentle foaming cleanser for sensitive skin", "price": "$19.99", "number_of_orders": 250, "margin": "15%"},
{"product_id": 4, "product_name": "Eye Cream", "description": "An anti-aging eye cream to reduce puffiness and dark circles", "price": "$29.99", "number_of_orders": 200, "margin": "20%"},
{"product_id": 5, "product_name": "Sunscreen", "description": "A broad-spectrum sunscreen with SPF 30", "price": "$14.99", "number_of_orders": 150, "margin": "10%"},
{"product_id": 6, "product_name": "Toner", "description": "A refreshing toner to balance skin's pH", "price": "$17.99", "number_of_orders": 100, "margin": "12%"},
{"product_id": 7, "product_name": "Face Oil", "description": "A nourishing face oil for dry skin", "price": "$39.99", "number_of_orders": 75, "margin": "30%"},
{"product_id": 8, "product_name": "Face Mask", "description": "A detoxifying clay mask for all skin types", "price": "$24.99", "number_of_orders": 125, "margin": "18%"},
{"product_id": 9, "product_name": "Body Lotion", "description": "A lightweight body lotion with shea butter and aloe vera", "price": "$19.99", "number_of_orders": 300, "margin": "15%"},
{"product_id": 10, "product_name": "Hand Cream", "description": "A moisturizing hand cream with vitamin E and jojoba oil", "price": "$9.99", "number_of_orders": 200, "margin": "10%"},
{"product_id": 11, "product_name": "Lip Balm", "description": "An ultra-moisturizing lip balm with SPF 15", "price": "$7.99", "number_of_orders": 150, "margin": "8%"},
{"product_id": 12, "product_name": "Shampoo", "description": "A volumizing shampoo with biotin and keratin", "price": "$14.99", "number_of_orders": 100, "margin": "12%"},
{"product_id": 13, "product_name": "Conditioner", "description": "A nourishing conditioner with argan oil and jojoba", "price": "$16.99", "number_of_orders": 75, "margin": "15%"}]}