meta {
  name: getCustomerDetail
  type: http
  seq: 3
}

get {
  url: http://localhost:8000/api/customer/{{customerId}}/detail
  body: none
  auth: inherit
}
