{ "request": { "file_infos": [ { "file_id": "B1oQixxxx", "space_id": 22331 } ], "userid": "user123" } }
curl --location --request POST 'http://127.0.0.1/topapi/process/dentry/auth?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "file_infos": [ { "file_id": "B1oQixxxx", "space_id": 22331 } ], "userid": "user123" } }'
{ "result": true, "errcode": 0, "errmsg": "string", "request_id": "string" }