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

post {
  url: http://localhost:8000/api/saving/debit
  body: json
  auth: inherit
}

body:json {
  {
    "customerId": "{{customerId}}",
    "amount": 75000,
    "description": "withdraw saving balance"
  }
}
