SyntaxFix
Write A Post
Hire A Developer
Questions
To preserve quotes inside data, try to double-escape them like this (\\"").
curl ... -d "{""data1"": ""data1 goes here"", ""data2"": ""data2 goes here""}" curl ... -d "{""data"": ""data \\""abc\\"" goes here""}"