NotificationInfo Object TypeNotificationInfo object is used to define a notification title, message and payload.Type#{ title: string; message: string; data: any;}CopyExample#{ title: 'Test Notification', message: 'Test Notification message', data: { key1: 'value', key2: 'value', },}; CopyUsed by#createForSitesInRegioncreateForSites