firebase angular send notification to by tocken

JavaScript
curl -X POST \  https://fcm.googleapis.com/fcm/send \  -H 'Authorization: key=YOUR-SERVER-KEY' \  -H 'Content-Type: application/json' \  -d '{  "notification": {  "title": "Hey there",   "body": "Subscribe to mighty ghost hack youtube channel" }, "to" : "YOUR-GENERATED-TOKEN"}'
Source

Also in JavaScript: