#!/usr/bin/env -S hurl --test # GET http://localhost/api/method # [QueryStringParams] # filter: {{capture_value}} # HTTP 200 # [Asserts] # jsonpath "$.content" count == 1 # jsonpath "$.content[0].id" > 0 # [Captures] # id: jsonpath "$.content[0].id"