Below are the field definitions for the /globalNotification endpoint:
[
{
"id": 0, // ID for this notification.
"date": "2020-09-14T02:26:42.906Z", // Date and time the notification was published.
"title": "string", // Title of the notification.
"body": "string", // Body text of the notification.
"ttl": 0, // Notification time to live.
"type": "success", // Type of notification.
"closable": true, // If the notification is dismisable or not.
"persist": true, // If the notification is always visible after login.
"sound": "string" // Name of the sound to play when displaying the notification.
}
]