meta { name: /api/invoices/total-amount type: http seq: 9 } get { url: {{base_url}}/api/invoices/total-amount?supplier=150 body: none auth: inherit } params:query { supplier: 150 } settings { encodeUrl: true timeout: 0 }