curl --location --request POST '/fileupload/large_fileupload' \ --header 'Authorization;' \ --form 'file=@""' \ --form 'folder_path=""' \ --form 'filename_with_extension=""' \ --form 'dbname=""'
{}