Been trying to web POST with the Web component but can't get it to work. Coming from Thunkable, it works flawlessly but can't seem to get it working here.
Try replacing the JsonObjectEncode block and everything after it with a text join block and blocks that build the cloudinary url as you see it in your curl. You might need to insert a uriEncode block, but Posttext usually takes car of that....
your request header is not correctly set... also it is not Content-Type but accept...
the header should be a list of lists.... let me recommend you to use list blocks rather than dictionary blocks... see an example also here how to set the request header https://puravidaapps.com/dropbox.php
accept
application/json
set the complete URL in the Url property of the Web component
great that it is working now...
you might want to post a screenshot of your working solution for others, which might have a similar question in future... thank you...