meta { name: /api/transactions type: http seq: 18 } get { url: {{base_url}}/api/transactions?year=2020&accountNumber=4800 body: none auth: inherit } params:query { year: 2020 accountNumber: 4800 } settings { encodeUrl: true timeout: 0 }