curl --location 'http://127.0.0.1:8080/api/imageUpscaler/' \
--form 'image=@"demo.png"' \
--form 'upscale="4"'