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