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
If you configure the SWAGGER to your spring boot application, and invoke any API from your application there you can see that CURL Request as well.
I think this is the easy way of generating the requests through the CURL.