I think i’ve done that, but it’s not working. This is the flow for the login, which I think is your original code
[{"id":"f671a4119c7066e1","type":"tab","label":"Flow 3","disabled":false,"info":"","env":[]},{"id":"84c3d76e5b03d8a3","type":"http request","z":"f671a4119c7066e1","name":"Login","method":"POST","ret":"obj","paytoqs":"ignore","url":"https://my.ovoenergy.com/api/v2/auth/login","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":610,"y":460,"wires":[["f95fc1327f10af74","73fb58756c1167bb"]]},{"id":"632620b197f8a476","type":"http request","z":"f671a4119c7066e1","name":"get account Id","method":"GET","ret":"obj","paytoqs":"ignore","url":"https://smartpaymapi.ovoenergy.com/first-login/api/bootstrap/v2/","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":940,"y":460,"wires":[["56851280f3fc7920","73fb58756c1167bb"]]},{"id":"f95fc1327f10af74","type":"change","z":"f671a4119c7066e1","name":"pass on cookies","rules":[{"t":"set","p":"cookies","pt":"msg","to":"responseCookies.restricted_refresh_token","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":760,"y":460,"wires":[["632620b197f8a476","73fb58756c1167bb"]]},{"id":"56851280f3fc7920","type":"change","z":"f671a4119c7066e1","name":"Save account","rules":[{"t":"set","p":"account","pt":"flow","to":"payload.accounts[0].accountId","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":1120,"y":460,"wires":[[]]},{"id":"8d4e350943061b4d","type":"inject","z":"f671a4119c7066e1","name":"Set uid/pw","props":[{"p":"payload"}],"repeat":"","crontab":"","once":true,"onceDelay":"1","topic":"","payload":"{\"username\":\"user\",\"password\":\"password\",\"rememberMe\":false}","payloadType":"json","x":310,"y":460,"wires":[["d35c589314307290"]]},{"id":"d35c589314307290","type":"change","z":"f671a4119c7066e1","name":"","rules":[{"t":"set","p":"login","pt":"flow","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":470,"y":460,"wires":[["84c3d76e5b03d8a3"]]},{"id":"98a0445860c552bb","type":"comment","z":"f671a4119c7066e1","name":"Enter login details here","info":"","x":110,"y":460,"wires":[]},{"id":"73fb58756c1167bb","type":"debug","z":"f671a4119c7066e1","name":"debug 18","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":960,"y":580,"wires":[]}]