To set up Rest API,
Fill the Source Host.
Fill in your Header Params or Query Params with selected Key and Value.
For the Body Raw is define as the filter part. If you wanted to filter any collection or Category from the Rest API. You may use Body Raw to enter the filter category or collections as well in the provided field.
Choose the HTTP method:
GET: retrieves information from the server
PUT: used to create
POST: accept the data enclosed in the body of the request message, most likely for storing itEnsure the correct File Format.