Click or drag files here to upload
curl -F "file=@myfile.txt" http://localhost:8080/api/upload
curl --data-binary @photo.jpg http://localhost:8080/api/upload/photo.jpg
echo "hello" | curl -d @- http://localhost:8080/api/upload/note.txt