Testing with Postman

Postman it is an HTTP client for storing and testing server API.
First, it is sending requests. Let’s say you have a Rest endpoint without authentication and want to test it. Choose the method, enter the URL, edit params or body of request and send it.