meta {
  name: doPayment
  type: http
  seq: 2
}

post {
  url: http://localhost:8000/api/repayment/payment
  body: json
  auth: inherit
}

body:json {
  {
    "loanId": "{{loanId}}",
    "amount": 80000
  }
}
