Authorization: Bearer ********************
curl --location 'https://api.openai-next.com/fileSystem/upload' \ --header 'Authorization: Bearer <token>' \ --form 'file="文件"'
{}