try to POST FCM from Postman, but got error message "The request's Authentication (Server-) Key contained an invalid or malformed FCM-Token (a.k.a. IID-Token).
Error 401"
note: copy auth key from Project credentials-Server key
url : https://fcm.googleapis.com/fcm/send header Content-Type : application/json Authorization : key=AAAAQJ50ukk:Gf9m5PCwpwb1EG .....aovqy Body : { "to": "", "data": { "title":"Test" "message":"Test Message" } }