val request = NextcloudRequest.Builder()
.setRequestBody(body)
.setMethod("SEARCH")
.setUrl(Uri.encode("/remote.php/dav/", "/"))
.build()
val response = nextcloudApi?.performNetworkRequestV2(request)
com.nextcloud.android.sso.exceptions.NextcloudUnsupportedMethodException: The requested HTTP Method is not supported yet! Please contact the developers of the Android Single-On Library for Android