How to call the following POST call in JAVA
curl -X "POST" "https://<url>" -H 'Accept: application/json' -H 'Content-Type: application/json' -u 'password'
How to call the following POST call in JAVA
curl -X "POST" "https://<url>" -H 'Accept: application/json' -H 'Content-Type: application/json' -u 'password'