From 533e79ba959143f0459431a486bfb85c56c72ddc Mon Sep 17 00:00:00 2001 From: luisgulo Date: Fri, 24 Oct 2025 18:01:10 +0200 Subject: Releasing code version 1.8.0 --- examples/api_reqres.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/api_reqres.yaml (limited to 'examples/api_reqres.yaml') diff --git a/examples/api_reqres.yaml b/examples/api_reqres.yaml new file mode 100644 index 0000000..d261ff8 --- /dev/null +++ b/examples/api_reqres.yaml @@ -0,0 +1,11 @@ +tasks: + - name: Crear usuario de prueba + module: api + args: + method: post + url: https://reqres.in/api/users + body: | + {"name":"Luis","job":"ShFlow tester"} + headers: x-api-key:reqres-free-v1,Content-Type:application/json + parse: json + -- cgit v1.2.3