I have not build full code but the variable value is a floating point number that contains the temperature value of dallas temp sensor.
sensors.requestTemperatures();
float value = sensors.getTempCByIndex(0)
I think it will work if i change the POST request to GET request