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

put {
  url: http://localhost:8000/api/loan/rejection
  body: json
  auth: inherit
}

body:json {
  {
    "id": "{{loanId}}",
    "rejectReason": "non perfomance loan"
  }
}
