meta { name: credit type: http seq: 2 } post { url: http://localhost:8000/api/saving/credit body: json auth: inherit } body:json { { "customerId": "{{customerId}}", "amount": 100000, "description": "top up saving balance" } }