How do you properly attach a file in POSTMAN using an Attachment Service Request?
I have an orchestration that take in an Address Number and then uses an Attachment Service Request to upload and name the file. When I test inside the orchestration Studio it successfully names and attaches the file to the AB record.
However, when I try to run the same thing in Postman the call fails with a message: "message": "Required files were missing or rejected based on file name or content-type: *",
What is the correct way to use POSTMAN to call an orchestration with an attachment request inside it?