meta {
  name: getCustomersByResortId
  type: http
  seq: 4
}

get {
  url: http://localhost:8000/api/customer/resort/{{resortId}}
  body: none
  auth: inherit
}
