I’m using the new v2 API for posting to a collection and this includes uploading image via URLs. This works fine in Postman but when I use an identical call in javascript using the webflow.post API it ends up adding a backslash to the image URLs and causing a 400 error because those are no longer valid image URLs.
Has anyone else ran into this issue?