Using GET method
Use the Get method actions from the REST Web Service package to send requests to and receive responses from a REST API.
This example uses endpoints from the Swagger Petstore sample API (https://petstore.swagger.io/) to
demonstrate using Get method action to retrieve data from the Petstore
database.
注: GET method action does not take any request
body.