I am trying to make a POST from Business Central with http client i.e., Httpclient.Post(URL, Content, Response), I want to send a BLOB file with this URL that is been posted, how can I achieve this.
P.S: This Post URL creates a file in Sharepoint, ie., I want to create the same BLOB file from Business Central to Sharepoint.