{"info":{"_postman_id":"db85e032-cde5-43bc-9b74-fb85b401a280","name":"Notification Check","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5195617","collectionId":"db85e032-cde5-43bc-9b74-fb85b401a280","publishedId":"TVK8bL7r","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-16T09:58:09.000Z"},"item":[{"name":"https://fcm.googleapis.com/fcm/send","id":"ad8a1b3b-5b90-403b-b9ac-5ebadd6820d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"key=?","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"to\": \"?\",\n    \"collapse_key\": \"type_a\",\n    \"priority\": \"high\",\n    \"notification\": {\n        \"body\": \"Body of Your Notification\",\n        \"title\": \"Title of Your Notification\",\n        \"click_action\": \"FLUTTER_NOTIFICATION_CLICK\",\n        \"content_available\":true,\n        \"priority\":\"high\"\n    },\n    \"aps\" : {\n        \"alert\" : \"Notification with custom payload!\",\n        \"badge\" : 1,\n        \"content-available\" : 1\n    },\n     \"data\" :{\n        \"title\" : \"Game Request\",\n        \"body\" : \"Bob wants to play poker\",\n        \"action-loc-key\" : \"PLAY\"\n     },\n    \"data\": {\n        \"body\": \"Body of Your Notification in Data\",\n        \"title\": \"Title of Your Notification in Title\",\n        \"notification_id\": \"1\",\n        \"content_available\":true,\n        \"priority\":\"high\",\n        \"type\": \"Selfie Notifications\",\n          \"click_action\": \"FLUTTER_NOTIFICATION_CLICK\"\n  }\n}"},"url":"https://fcm.googleapis.com/fcm/send","urlObject":{"protocol":"https","path":["fcm","send"],"host":["fcm","googleapis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad8a1b3b-5b90-403b-b9ac-5ebadd6820d0"}]}