Using POST method
Use the Post 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 Post method action to add data to the Petstore database.