Now that we have the server side ready to go we need to implement the code for the client side. This part needs to manage the results of the http request as well as make the calls to the game controller with this data.
Part 1: Server files
Part 2: Client files
Part 3: UE4 game integration