It is pretty easy to apply
Dim WEB = New Net.WebClient()
WEB.Headers("Content-Type") = "application/json"
WEB.Headers("Authorization") = "Bearer " & varTokenTry
result = WEB.UploadString(varURL&, "POST", "")
Catch ex As Exception
Return ("")
End TryReturn result
Just add a token into header, and can access URL