{"userid":"USERID","fileid":"FILEID","auth_info":[{"type":1,"userid":"USERID1","auth":1},{"type":2,"departmentid":DEPARTMENT_ID1,"auth":1}]}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/wedrive/file_acl_add?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{"userid":"USERID","fileid":"FILEID","auth_info":[{"type":1,"userid":"USERID1","auth":1},{"type":2,"departmentid":DEPARTMENT_ID1,"auth":1}]}'
{
"errcode": 0,
"errmsg": "ok"
}