Sending images from Wix database to an app through http request

Hey J.D.,
thanks for the reply! Yes the http-function itself works perfectly fine; i can display Strings created from the JSON data for example. The images in my database are saved as internal WIX URIs.
My current workaround is that i copy the full urls from the image description of each picture in the database as well and use them for displaying images (here in the Main Image App column). And it works right now.

I was just wondering if it possible to replace the first part of the WIX URI ( wix:image://v1 )
with https://static.wixstatic.com/media/ at some point, maybe even in the http-functions.js file; so that the information, which is stored under my Main Image column can be used to display the images without an issue.