``` https.post.promise({ url:...
# suitescript
k
Copy code
https.post.promise({
            url: slUrl,
            body: {
              action: action.value,
              dataObj: JSON.stringify(dataObj)
            }
          }).then((response) => {