fc-remote-invoke/example/http.json

16 lines
256 B
JSON

{
"method": "POST",
"headers": {
"key": "value",
"Content-Type": "application/json"
},
"queries": {
"key": "value"
},
"body": {
"abc": "body",
"tmpNasZipPath": "/tmpNasZipPath",
"body": "body"
},
"path": "download"
}