fetch("https://my-app.gadget.app/info", {
method: "POST",
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify({ shopId, productId }),
})
fetch("https://my-app.gadget.app/info", {
method: "POST",
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify({ shopId, productId }),
})