Redeem Coupon/QR code where codes are system generated for an utility
Last updated 13 days ago
Code redeemed successfully
const response = await fetch('https://devutility.streamnft.tech/verify', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "utilityId": "text", "code": "text" }), }); const data = await response.json();
{ "error": "text" }