All Questions
1 question
-1
votes
1
answer
285
views
rest api - how to send body parameters of postman in rest api call
Hi I am able to call a rest api through postman . I have added the following in body part of postman. client_id - xxxx , client_secret - *** etc.
Now i want to make rest api call through java. How do ...