Closed luizmiranda7 closed 1 year ago
The functions createImageVariantion and createImageEdit should request using content type multipart/form-data instead of application/json.
createImageVariantion
createImageEdit
multipart/form-data
application/json
This looks great, could you add some examples?
I added a few examples with files.
The functions
createImageVariantion
andcreateImageEdit
should request using content typemultipart/form-data
instead ofapplication/json
.