https://android.jlelse.eu/firebase-push-notification-using-curl-command-devoid-backend-e63795d282c4 https://firebase.google.com/docs/cloud-messaging/http-server-ref curl -X POST --header "Authorization: key=" \ --Header "Content-Type: application/json" \ https://fcm.googleapis.com/fcm/send \ -d "{\"to\":\"\",\"notification\":{\"body\":\"ENTER YOUR MESSAGE HERE\"}}" curl -X POST --header "Authorization: key=" \ --Header "Content-Type: application/json" \ https://fcm.googleapis.com/fcm/send \ -d "{\"to\":\"\",\"content_available\":true,\"priority\":\"high\",\"data\":{\"key1\":\"value1\"}}"