{
"id": 0,
"roomTypeID": 0,
"templateID": 0,
"name": "string",
"address": "string",
"lng": 0,
"lat": 0,
"building": "string",
"unit": "string",
"floor": 0,
"door": "string",
"computers": 0,
"photo": "string",
"price": 0,
"wifiName": "string",
"wifiPassword": "string"
}
curl --location --request PUT 'https://yzt.hntpxx.com/api/mRoom/updateMRoom' \
--header 'token: {{appToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"roomTypeID": 0,
"templateID": 0,
"name": "string",
"address": "string",
"lng": 0,
"lat": 0,
"building": "string",
"unit": "string",
"floor": 0,
"door": "string",
"computers": 0,
"photo": "string",
"price": 0,
"wifiName": "string",
"wifiPassword": "string"
}'
{
"code": 200,
"data": null,
"msg": "success"
}