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