I am developing a game that modifies user’s data and generates content based on those changes. I intend to send this content to UGS using a Web API POST request. However, I’ve been unable to achieve this functionality after reviewing the provided documentations.
Could someone provide guidance on how to properly structure and send a POST request with the generated content from Admin or Service Account side?