meta { name: Search Client type: http seq: 5 } post { url: {{base}}/api/wireguard/client/searchClient body: json auth: inherit } headers { Content-Type: application/json } body:json { { "current": 1, "rowCount": 7, "sort": {}, "servers": ["{{serverUuid}}"], "searchPhrase": "{{searchPhrase}}" } } vars:pre-request { searchPhrase: serverUuid: 64e1d6ec-980a-463d-8583-c863d8e9852b }