Authorization: Bearer ********************
curl --location --request POST 'http://10.12.186.133:30924/transpond/console/datasets/files/upload' \
--header 'Authorization: Bearer <token>' \
--form 'file=@"D:\\Media\\Documents\\手把手教你搭建私人AI网盘.docx"'
{
"code": 0,
"message": "",
"result": {
"id": "ab79d623-7555-4096-a06b-cf0555261462",
"name": "fegin-zspt.txt",
"size": 399151,
"extension": "txt",
"mime_type": "text/plain",
"created_by": "ec3be31a-aab0-435b-a776-852f492beb14",
"created_at": 1739779182
}
}