Hi how can I include the following api curl post in an http caller?
curl -X 'POST' \\
'https://<a domain>/upload' \\
-H 'accept: text/html' \\
-H 'Authorization: Bearer <a password>' \\
-H 'Content-Type: multipart/form-data' \\
-F 'filter=<a textstring>' \\
-F 'file=@<a filename>' \\
-F 'adddata=false' \\
-F 'type='