HTTP POST Request
Hi
I would like to make an http request with ComfortClick. Postmann's RAW output looks like this:
Connection: keep-alive
Content-Type: multipart/form-data; boundary=--------------------------882484731951074462757395
Content-Length: 238
----------------------------882484731951074462757395
Content-Disposition: form-data; name="message"
Content-Type: application/json
{"general":"Nachricht Test","language":"de"}
----------------------------882484731951074462757395--
Is that possible in ComfortClick?