Because
When attempting to send an input MMIF to the app server with curl, Windows Powershell users (as of version 5.1) may encounter an InvalidArgument: (:) [Invoke-WebRequest], ParameterBindingException. Powershell uses curl as an alias for Invoke-WebRequest, so users can remove it for the current session with the command remove-item alias:curl.
Done when
documentation/clamsapp.md is updated to add guidance for users encountering this error.
Additional context
No response