{ "roomId": "xxxxx", "startDate": "yyyy-mm-dd", "endDate": "yyyy-mm-dd", "isClosed": true, "price": 10000 }
curl --location --request POST 'https://pms.easbnb.com/api/o1/OutgoingService_SetRoomDay' \ --header 'access-token: xxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "roomId": "xxxxx", "startDate": "yyyy-mm-dd", "endDate": "yyyy-mm-dd", "isClosed": true, "price": 10000 }'
{}