ContributionsMost RecentMost LikesSolutionsHow to pass an image in a JSON for a HTTP POST? Hi, I'm trying to run a HTTP POST request with the following json data { "userId":"something", "userImage":"" } the userImage is supposed to contain an actual image here. How can I achieve this through Ready API? I did add an image to the attachments tab but don't know how to link it in the request now. Tried cid:image name as well. Ability to re-use the same attachment in multiple requests I have one request with multiple attachments(wav files) in it. I would like to re-use the same attachments in other requests without having to add the same attachments in each of the requests so that I can avoid increasing the size of my project unnecessarily. Is there an easy way to achieve this? Ability to re-use the same attachment in multiple requests I have one request with multiple attachments in it. I would like to re-use the same attachments in other requests without having to add the same attachments in each of the requests so that I can avoid increasing the size of my project unnecessarily. Is there an easy way to achieve this?