{}
curl --location --request GET '/api/query_room_info?room_number=101' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "cur_temperature": 24.0, "set_temperature": 24.0, "speed": "medium", "bill": 7.0 }