ahmed saeed moawoad elmasry
01/12/2023, 7:42 AMNickSuite
01/12/2023, 8:29 AMNickSuite
01/12/2023, 8:29 AMahmed saeed moawoad elmasry
01/12/2023, 8:33 AMconst 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)
});
ahmed saeed moawoad elmasry
01/12/2023, 8:35 AM