{
"roomTypeID": 0,
"templateID": 0,
"name": "string",
"address": "string",
"lng": 0,
"lat": 0,
"building": "string",
"unit": "string",
"floor": 0,
"door": "string",
"computers": 0,
"photo": "string",
"photoList": "string",
"video": "string",
"price": 0,
"weekendPrice": 0,
"holidayPrice": 0,
"wifiName": "string",
"wifiPassword": "string",
"status": 0,
"memo": "string",
"sale_status": 0
}
curl --location --request POST 'https://yzt.hntpxx.com/api/mRoom/createMRoom' \
--header 'token: {{appToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"roomTypeID": 0,
"templateID": 0,
"name": "string",
"address": "string",
"lng": 0,
"lat": 0,
"building": "string",
"unit": "string",
"floor": 0,
"door": "string",
"computers": 0,
"photo": "string",
"photoList": "string",
"video": "string",
"price": 0,
"weekendPrice": 0,
"holidayPrice": 0,
"wifiName": "string",
"wifiPassword": "string",
"status": 0,
"memo": "string",
"sale_status": 0
}'
{}