How can I send image on PUT request using postman?

Hello everyone!

I have one problem, and I don’t know how to solve it, I wrote to AI but didn’t get any solution. So problem is how can I send image using PUT request in postman?

I have tried Body → form-data but in backend I got nothing and I used json on Body->raw and it worked but sometimes I need to update the image too, how can I send image using json?

Thanks everyone who’s going to answer :slight_smile:

By reading the API specification\documentation. This should tell you if what you are trying to do is even possible.

This should tell you what is required so you don’t need to guess.

If you can link to the documentation, then we might be able to point you in the right direction.