curl --location --request POST '/file/uploadFile' \ --form 'file=@""' \ --form 'fileId=""' \ --form 'fileMd5=","' \ --form 'chunkIndex=""' \ --form 'chunks=""' \ --form 'fileName=""'
{}