Skip to content

Instantly share code, notes, and snippets.

@oubihis
Created May 30, 2025 08:50
Show Gist options
  • Select an option

  • Save oubihis/8b672bd134473e9135d38a1380dc652d to your computer and use it in GitHub Desktop.

Select an option

Save oubihis/8b672bd134473e9135d38a1380dc652d to your computer and use it in GitHub Desktop.

Revisions

  1. oubihis created this gist May 30, 2025.
    31 changes: 31 additions & 0 deletions api-sales
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    {
    "popups": [
    {
    "id": "popup_001",
    "product_name": "Organic Cotton T-Shirt",
    "location": "Casablanca, Morocco",
    "timestamp": "2025-05-30T09:45:00Z",
    "image_url": "https://yourstore.com/images/organic-cotton-tshirt.jpg",
    "product_url": "https://yourstore.com/products/organic-cotton-tshirt",
    "message": "Someone in Casablanca just bought this!"
    },
    {
    "id": "popup_002",
    "product_name": "Handcrafted Leather Wallet",
    "location": "Marrakech, Morocco",
    "timestamp": "2025-05-30T09:40:00Z",
    "image_url": "https://yourstore.com/images/leather-wallet.jpg",
    "product_url": "https://yourstore.com/products/leather-wallet",
    "message": "Just sold in Marrakech!"
    },
    {
    "id": "popup_003",
    "product_name": "Eco-Friendly Bamboo Toothbrush",
    "location": "Agadir, Morocco",
    "timestamp": "2025-05-30T09:35:00Z",
    "image_url": "https://yourstore.com/images/bamboo-toothbrush.jpg",
    "product_url": "https://yourstore.com/products/bamboo-toothbrush",
    "message": "Popular choice in Agadir!"
    }
    ]
    }