JSFiddle - React, Tailwind, and code Playground

by Sasá Rafalsky

JavaScript

fetch('https://pawclawlab.com/admin/api/2024-07/products.json?ids=11355861418302,11385349210430,11377705255230,11386048446782,11385981239614,11414737617214',
  {
    method: "GET",
    headers: {
      "Token": "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",
    },
  },
)
  .then((response) => response.json())
  .then((data) => {
    console.log("data", data)
  })