1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "http_method": "POST", "url_path": "getFile", "req_body": { "json": { "file_id": "file-id" } }, "rep_body": { "ok": true, "result": { "file_id": "file-id", "file_unique_id": "file-unique-id" } } }