curl --location --request POST 'http://127.0.0.1:3000/upload_private_file' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 379450326,
"file": "https://www.yujn.cn/api/heisis.php",
// 本地文件
// "file": "file://d:\\1.mp4"
// base64文件
// "file": "base64://xxxxxxxxxxxxx"
"name": "好看的.mp4"
}'{
"status": "string",
"retcode": 0,
"data": {
"file_id": "string"
},
"message": "string",
"wording": "string"
}