FCM with Postman - 请求缺少身份验证密钥(FCM令牌)
//身体就像这样
{ "to": "/topics/NEWS" , "data":{ "extra_information": "This is some extra information" },
//我需要提供的通知
"notification":{ "title": "ChitChat Group", "text": "You may have new messages", "click_action":"ChatActivity" } }