Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.31 KB | None | 0 0
  1. curl --header "Authorization: key=API_KEY" \
  2.        --header "Content-Type: application/json" \
  3.        https://fcm.googleapis.com/fcm/send \
  4.        -d "{
  5.  "to" : "/topics/global",
  6.  "priority" : "high",
  7.  "notification" : {
  8.    "sound" : "enabled",
  9.    "title" : "curl push!",
  10.    "body" : "it worked!",
  11.  }
  12. }"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement