Spring’s RestTemplate /** * After the word document is generated in memory we can upload it to the server. * * @param fileContents The byte array we're wanting to POST * @param filename The name of the file you're uploading. You can make yours up if…