How to use the HTTP API to create an asset in an AEM instance. I am using the below code and getting a 500 Server error. CredentialsProvider credentialsProvider = new BasicCredentialsProvider();credentialsProvider.setCredentials(new AuthScope(AuthScope.ANY_HOST, AuthScope.ANY_PORT),new UsernamePass...