Hey everyone,
I’m trying to send a file (like an image or PDF) along with some JSON data in a single request using Postman. I’m using a POST request and need to pass both as multipart/form-data. I’m not sure how to structure the body properly to include both types of data. Should the JSON be sent as a string field? Any examples or tips would be super helpful.
Thanks in advance!