I am trying to make a post call to an alation api through Azure Data factory web request activity.
Documentation : https://developer.alation.com/dev/reference/upload-logical-metadata#code-samples
curl -X POST "${BASE_URL}/default/article" -H 'content-type: application/json' -H "TOKEN: ${API_TOKEN}" -d '{"article_id":"1", "description":"Data API Resource", "steward":[{"type":"user","key":"example@company.com"}]}'
I am able to make the same post call outside ADF with other tools.
Below is the snapshot from ADF pipeline
Web activity executes successfully without error but I get errors in the response and update does not happen