curl --location --request POST 'https://api.openai-next.com/fileSystem/upload' \ --header 'Authorization: Bearer {{secret}}' \ --form 'file="文件"'
{}