How to upload & download a file with bash?
curl -X POST -F "file=@/root/100MB.bin" https://api.hotfiles.live/upload
curl https://api.hotfiles.live/file?id=000 > file
API Documentation
curl -X POST -F "file=@/root/100MB.bin" https://api.hotfiles.live/upload
curl https://api.hotfiles.live/file?id=000 > file