﻿{
  Token: token1,
  Data: {
    confirmText: My Confirm,
    confirmUrl: https://confirm.notifo.com,
    data: data1,
    id: Guid_1,
    imageLarge: https://raw.githubusercontent.com/notifo-io/notifo/main/backend/src/Notifo/wwwroot/placeholder-large.png,
    imageSmall: https://raw.githubusercontent.com/notifo-io/notifo/main/backend/src/Notifo/wwwroot/placeholder.png,
    isConfirmed: True,
    linkText: My Link,
    linkUrl: https://app.notifo.io,
    silent: False,
    trackDeliveredUrl: https://track-delivered.notifo.com,
    trackingUrl: https://track-seen.notifo.com,
    trackSeenUrl: https://track-seen.notifo.com
  },
  Android: {
    Priority: High,
    Data: {
      body: My Body,
      subject: My Subject
    }
  },
  Apns: {
    Headers: {
      apns-collapse-id: Guid_1,
      apns-push-type: alert
    },
    Aps: {
      Alert: {
        Title: My Subject,
        Body: My Body
      },
      ContentAvailable: false,
      MutableContent: true
    }
  }
}