meta {
  name: getLoanDetailById
  type: http
  seq: 7
}

get {
  url: http://localhost:8000/api/loan/detail/{{loanId}}
  body: none
  auth: inherit
}
