Files
slimtoolkit-example/http-probe.json
2024-10-23 11:09:31 -04:00

12 lines
277 B
JSON

{
"commands": [
{
"protocol": "http",
"method": "POST",
"resource": "/api/convert",
"body": "{\"firstname\":\"John\",\"lastname\":\"Doe\"}",
"headers": ["content-type: application/json"]
}
]
}