{}
curl --location --request POST 'https://pms.easbnb.com/api/o1/OutgoingService_ListRoom' \ --header 'access-token: xxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "rooms": [ { "id": "string", "name": "string", "address": "string", "image": "string", "currency": "string" } ] }