Another bug:
“The ‘Content-Type’ header is already part of your request. You cannot change it”.
At 1st I had this activity without any Headers (0 items in the dictionary). Then after running it, I got a
"{\"error\":{\"code\":\"BadRequest\",\"message\":\"Unable to read JSON request payload. Please ensure Content-Type header is set and payload is of valid JSON format.\",\"innerError\":{\"date\":\"2024-10-24T12:05:42\",\"request-id\":\"abb5b8b5-78cf-411f-88fa-5b9310d66d76\",\"client-request-id\":\"abb5b8b5-78cf-411f-88fa-5b9310d66d76\"}}}"
So I tried adding them manually. Then I got the error; deleted the headers and can’t get rid of the error. Tried everything; restarted Studio. But the error is still there no matter if there are no headers set up by me in the activity.