POST multipart, image data to receive a watermarked PNG image back. e.g.
curl -F "image=@/tmp/my_image.jpg" http://localhost:8080/watermark --output /tmp/result.png
Watermarks the given image with some text in the top left corner and a Quarkus icon in the right bottom corner.