upload Item image

in Development
We can successfully upload images using postman,
but we are facing errors while using our dev system.
our account is 239045
is it possible that someone from lightspeed can provide more details regarding the error.
error message without Content-Type": "multipart/form-data
{ httpCode: "400", httpMessage: "Bad Request", message: "JSON Input was invalid. Error Message: Syntax error", errorClass: "InvalidArgumentException" }
error message with Content-Type": "multipart/form-data
{ httpCode: "405", httpMessage: "Method Not Allowed", message: "PUT, POST require an input body.", errorClass: "Exception" }
payload sent
--d13d116d-bdd6-4be9-8033-ea234485e6b8 Content-Disposition: form-data; name="data" {"description": "Test Image", "ordering": 1 } --d13d116d-bdd6-4be9-8033-ea234485e6b8 Content-Disposition: form-data; name="image" Content-Type: image/jpeg P******RFRRlPgo
Thanks
1 comment
we have continued our searches/tests,
the current error is
and this is what is sent: