Configure Endpoints

Inside each test (click View):
- Click Add New to add an endpoint.
- Choose HTTP Method (GET, POST, PUT, DELETE).
- Enter the Endpoint path (e.g.
/items). - Define request details in the tabs:
- Body: JSON payload for POST/PUT.
- Params: URL query parameters.
- Header: HTTP headers.
- Vars: Extract values from responses.
- Previous Endpoint: Select if this call depends on a prior response variable.
- Click Update to save the endpoint.