meta {
  name: createTransaction
  type: http
  seq: 1
}

post {
  url: http://localhost:8000/api/operational/transaction
  body: json
  auth: inherit
}

body:json {
  {
    "category" : "BS",
    "userId": "{{userId}}",
    "amount": 50000,
    "resortId": "{{resortId}}",
    "description": "Daily Expense Cash"
  }
}
