I have created a simple custom web page using HTML and JavaScript, that allows a user to select multiple languages of their choice to translate text.
For example, lets say the user chooses English(en-US) and French(fr-FR) and clicks on "Submit". I want to take the user's request, and send that data to an [Azure Logic HTTP End Point][1] where I have set up my JSON schema to take "languages" property of type "array". The JSON schema is defined on the HTTP Trigger like below :