1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
meta { name: GET type: http seq: 1 } get { url: {{BASE_URL}}/user?search=happy body: json auth: inherit } params:query { search: happy } settings { encodeUrl: true }