I have a POST request that has an image attached as form-data. I would like to send additional data as json in the request body. Is this possible?
Thanks!