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