i want to form url with below "Raw Request" then send request to it in nodejs,how can i do this.
Raw Request:
-----------
POST /sky?api_key="" HTTP/1.1
Host: https://sky.in
Content-Type: application/json
Connection: close
Content-Length: 82
{"registration_ids":[""], "data":{"message":"Hello World!"}}
Thank you.