Subscribe to cURL on nodered

I can subscribe to this on a terminal and it returns when a status of my item changes on openhab

curl "http://192.168.1.12:8080/rest/events?topics=smarthome/items/nightlight/state"

How can I implement this to get these data in a payload in node red?