meta { name: -search type: http seq: 8 } get { url: {{ENDPOINT}}search?q=drake&country=us&limit=6 body: none auth: bearer } params:query { q: drake country: us limit: 6 } auth:bearer { token: {{API_KEY}} }