I use Ubuntu and installed cURL on it. I want to test my Spring REST application with cURL. I wrote my POST code at the Java side. However, I want to test it with cURL. I am
I just run into the same problem. I could solve it by specifying
-H "Content-Type: application/json; charset=UTF-8"