I'm trying to create a logic app that is triggered from an HTTP POST where I send it an image. What would my JSON schema look like when setting up the HTTP trigger assuming I have image "picture1.jpg"?
Do I need to POST the image to my Logic App as a stream?