I am trying to set up a form in my Unreal Engine 5 game to send .json files to my Wix site and direct them to specific member accounts using a User ID. I have followed the steps to create an upload button, connect it to the CMS, and set up an endpoint on my Wix site using Velo. Despite this, the .json file content is not being received or displayed on my webpage.
How can I ensure the .json file is correctly received and displayed on my Wix site?