i have looked into different threads on stack overflow and done some research, i am unable to run this code in java after making a http connection. The same command works perfectly fine in the command line
curl -X POST --header "Content-Type: application/json" --header "Accept: */*" -d "data" "http://a url"
I need a java code for the above curl command, i have been unable to come up with anything worthy yet