{"userid":"USERID","fileid":"FILDID","auth_scope":AUTH_SCOPE,"auth":1}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/wedrive/file_setting?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{"userid":"USERID","fileid":"FILDID","auth_scope":AUTH_SCOPE,"auth":1}'
{
"errcode": 0,
"errmsg": "ok"
}