Http Sensor - CURL

Hi,

I am trying to run the curl below under windows. I know that the syntax is different in linux then windows and I can’t get it to work:

curl -X POST -H “x-ha-access: YOUR_PASSWORD”
-H “Content-Type: application/json”
-d ‘{“state”: “20”, “attributes”: {“unit_of_measurement”: “°C”, “friendly_name”: “Bathroom Temp”}}’
http://localhost:8123/api/states/sensor.bathroom_temperature

Can someone help?