Authorization: Bearer ********************{
"file": "string"
}curl --location --request POST 'http://119.45.164.188:9180/prod-api/project/files?fileCategoryId&ownerId&ownerItemId' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"fileId": 0,
"fileCategoryId": 0,
"ownerItemId": 0,
"ownerId": 0,
"fileName": "string",
"mimeType": "string",
"fileSize": 0,
"filePath": "string",
"imageThumbPath": "string",
"remark": "string",
"folderId": 0
}
}