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