Sends the push notification asynchronous.
PushNotificationCreate - The model.
{
"EmailAddressList": [
"sample string 1",
"sample string 2"
],
"Topic": "sample string 1",
"Title": "sample string 2",
"Body": "sample string 3",
"CustomData": [
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
]
}
Sample not available.