How to send json data to REST Api using java.
we need to open a url connection for that API with username and password that has been provided by them.
I have username , password connection type i.e basic authentication.
So anyone pl help me to create HTTP client to post the json data to particular API.