I’m trying to create a collection by using REST API. I got the error message “Cannot read properties of null (reading ‘reduce’)”.
I can get response in Postman also in the WeWeb workflow editor, The problem is while creating a collection using REST API. Even I checked the previous topics, my request is https not http.
Additionaly, endpoint is not accessible without username, and password on browser. So as it is mentioned in API documentation, sending username and password encoded as Base64, basic authentication on the header.