ahmed saeed moawoad elmasry
01/12/2023, 1:56 PMconst header={
"X-HTTP-Method-Override":"patch",
"Content-Type": "application/json",
"Authorization": "Bearer " + token,
'Accept': 'application/json',
}
const response = https.request({
method: <http://https.Method.POST|https.Method.POST>,
url: url,
headers: headers,
body:JSON.stringify(recordData)
});
mightyd3
01/12/2023, 1:57 PMahmed saeed moawoad elmasry
01/13/2023, 5:53 AMNElliott
01/13/2023, 8:40 AMmightyd3
01/13/2023, 10:13 AMscottvonduhn
01/13/2023, 2:39 PMahmed saeed moawoad elmasry
01/13/2023, 8:31 PMscottvonduhn
01/13/2023, 8:35 PM