github.com/kubeshop/testkube@v1.17.23/contrib/executor/curl/examples/example_execution.json (about)

     1  {
     2  	"id": "blablablablabla",
     3  	"name": "some-testing-exec",
     4  	"content": {
     5  		"type": "string",
     6  		"data":"{ \"command\": [ \"curl\", \"https://reqbin.com/echo/get/json\", \"-H\", \"'Accept: application/json'\" ], \"expected_status\": \"200\", \"expected_body\": \"{\\\"success\\\":\\\"true\\\"}\" }"
     7  	}
     8  }