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
You can use Postman with its intuitive GUI to assemble your cURL
command.
Code
cURL
from the drop-down listcURL
commandNote: There are several options for automated request generation in the drop-down list, which is why I thought my post was neccessary in the first place.