I want to get data from some json page, change it, and create endpoint
[{"id":"16968f0f.405cd9","type":"inject","z":"f228441f.926208","name":"","repeat":"1","crontab":"","once":true,"onceDelay":"1","topic":"","payload":"","payloadType":"date","x":150,"y":1160,"wires":[["d6979ea8.12354"]]},{"id":"2c170cf8.84341c","type":"template","z":"f228441f.926208","name":"","field":"payload","fieldType":"msg","format":"html","syntax":"mustache","template":"<h1>This is the payload: {{msg.payload}} !</h1>","output":"str","x":700,"y":1220,"wires":[["c35e5f7f.36d8a"]]},{"id":"924084b1.5745b8","type":"http in","z":"f228441f.926208","name":"","url":"/json3","method":"get","upload":false,"swaggerDoc":"","x":160,"y":1220,"wires":[["fe8bdc7a.c2e828"]]},{"id":"c35e5f7f.36d8a","type":"http response","z":"f228441f.926208","name":"","statusCode":"","headers":{},"x":890,"y":1220,"wires":[]},{"id":"fe8bdc7a.c2e828","type":"function","z":"f228441f.926208","name":"","func":"msg.payload = msg.payload;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":520,"y":1220,"wires":[["2c170cf8.84341c"]]},{"id":"d6979ea8.12354","type":"http request","z":"f228441f.926208","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://jsonplaceholder.typicode.com/todos/1","tls":"","persist":false,"proxy":"","authType":"","x":310,"y":1160,"wires":[["fe8bdc7a.c2e828","83edd019.9f32f"]]},{"id":"83edd019.9f32f","type":"debug","z":"f228441f.926208","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":560,"y":1140,"wires":[]}]