curl --location 'https://app-gateway.realsee.ai/open/v3/view/custom/file/detail?resource_code=undefined' \
--header 'Authorization: '{
"request_id": "string",
"trace_id": "string",
"business_code": "string",
"osi_request_id": "string",
"code": 0,
"status": "string",
"data": {
"file_count": 0,
"file_list": [
{
"name": "string",
"path": "string",
"type": "string",
"uid": "string",
"url": "string",
"poster": "string"
}
]
},
"cost": 0
}