As the above REST call is a GET call you can try the above URL in a browser and you will get the response in xml format.
You want to try non GET operations like POST, DELETE, PATCH, etc, with more control over your REST request, use a REST client like Postman. With tools like Postman, you can get the REST response in JSON also by adding header