Query Parameters
Query = to do search
Parameter = a search value
Key Things:
1. Query Parameter part of URL
2. Used to pass data
3. Its optional (but not always)
Query parameters are appended to the end of the request URL, following ? and listed in key value pairs, separated by & using the following
syntax: ?id=1 & type=new
#postman #apitesting #queryparameter