docs: example requests

This commit is contained in:
2025-08-17 13:37:10 +02:00
parent 967ca7651a
commit 8d3bf0e32e
7 changed files with 118 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
meta {
name: shellComand
type: http
seq: 1
}
patch {
url: 127.0.0.1:1323/api/shellCommand
body: json
auth: inherit
}
body:json {
{
"command": "ls"
}
}
settings {
encodeUrl: true
}