PushNotificationServer for send data via push notification without present in notification center(android) POST /notification/data body: { "token": "", "data": { "ping": "hi" } } for send data via push notification with present in notification center(android) POST /notification/ui body: { "token": "", "ui": { "title": "test", "body": "hello" } }