Hi,
I am trying to call the SAP Clea image service from ABAP. The code that can be downloaded from tghe api business hub unfortunately is incomplete. I am struggling with how to add the image file as a request body. I tried a few things (e.g. REQUEST->ADD_MULTIPART or REQUEST->SET_FORM_FIELD) but nothing worked. Always the response tells me "Please put your file(s) into the `files` field of the POST request"
Howshould the adding of an image file for the request look like ? Any hints appreciated !