[
  {
    "id": 1,
    "name": "LED display",
    "description": "Can display 2-lines X 16-characters. Operate with 5V DC.",
    "price": 92,
    "author_id": 1,
    "photo_url": "https://raw.githubusercontent.com/RobocodeSchool/marketplace/main/img/led.jpeg"
  },
  {
    "id": 2,
    "name": "Arduino UNO",
    "description": "Brand new and high quality.",
    "price": 180,
    "author_id": 3,
    "photo_url": "https://raw.githubusercontent.com/RobocodeSchool/marketplace/main/img/arduino.jpeg"
  },
  {
    "id": 3,
    "name": "ESP8266 5V",
    "description": "This wireless relay is based on the AI-Thinker ESP-01S WIFI module.",
    "price": 300,
    "author_id": 2,
    "photo_url": "https://raw.githubusercontent.com/RobocodeSchool/marketplace/main/img/wifi.jpeg"
  },
  {
    "id": 4,
    "name": "RGB",
    "description": "Can make color party.",
    "price": 92,
    "author_id": 1,
    "photo_url": "https://raw.githubusercontent.com/RobocodeSchool/marketplace/main/img/rgb.png"
  },
  {
    "id": 5,
    "name": "Resistor 10k Ohm",
    "description": "Can resist the voltage. Super cool.",
    "price": 180,
    "author_id": 3,
    "photo_url": "https://raw.githubusercontent.com/RobocodeSchool/marketplace/main/img/resistor.png"
  },
  {
    "id": 6,
    "name": "7-Segment Display",
    "description": "Epic.",
    "price": 300,
    "author_id": 2,
    "photo_url": "https://raw.githubusercontent.com/RobocodeSchool/marketplace/main/img/7-seg.jpg"
  }
]