const response = await fetch('//api.client.nbcgate.tech/api/notification', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"notificationCategoryID": [
0
],
"top": 0
}),
});
const data = await response.json();