{ "request": { "process_instance_id": "PROC-XXX-XXX", "file_id": "26748422566" } }
curl --location --request POST 'http://127.0.0.1/topapi/processinstance/file/url/get?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "process_instance_id": "PROC-XXX-XXX", "file_id": "26748422566" } }'
{ "result": { "file_id": "string", "space_id": 0, "download_uri": "string" }, "errcode": 0, "errmsg": "string", "success": true, "request_id": "string" }