const data = JSON.stringify({
"broadcaster_id": channelId,
"user_id": userId,
"moderator_id": moderatorId
});
thats if axios won’t JSON for you
const data = JSON.stringify({
"broadcaster_id": channelId,
"user_id": userId,
"moderator_id": moderatorId
});
thats if axios won’t JSON for you