cURL debug output should works in a Bash console, but if the string contains a body with single quote ' character, is misinterpreted by the shell as a end of the body string.
Check this to see how to escape single quote, and check if there is another character that must be escaped.
cURL debug output should works in a Bash console, but if the string contains a body with single quote
'character, is misinterpreted by the shell as a end of the body string.Check this to see how to escape single quote, and check if there is another character that must be escaped.