I am using a Picture Uploader element to upload pictures in my app. I also have a button that sends API requests to another site, I want to use the uploaded image’s public URL in my API request body. How can I get the public URL of that uploaded image in the Picture Uploader element? Thank you beforehand.