HELP creation temp sensor from json url

HI, i have an Environmental Monitor from Vertiv and trying to create a sensor from url. It has a log in json.
URL: http://device_ip/
JSON URL: http://10.0.81.1/transfer/log.json

{"status":"ok","dataStart":-9793565,"devices":[{"id":"BAD880390B706CC3","name":"Data Center Alsina"}],"labels":[{"id":null, "measurement":"Timestamp"},{"id":"BAD880390B706CC3","measurement":"Temperature","path":"BAD880390B706CC3/entity/0/measurement/0"},{"id":"BAD880390B706CC3","measurement":"Humidity","path":"BAD880390B706CC3/entity/0/measurement/1"},{"id":"BAD880390B706CC3","measurement":"Dewpoint","path":"BAD880390B706CC3/entity/0/measurement/2"}], "data":[["2020-07-22 04:23",19.29,35.00,3.46],["2020-07-22 04:24",19.06,33.00,2.43],

Does any know how to create it and help me with the code.

THANKS A LOT!!