| Headers | Request Headers to be added to the request, as a string in the format of Name: Value, separated by new lines.
  For example:
 Content-Type: application/json Accept: application/json
  | 
| Method | Which HTTP method to use in the request. | 
| Request Body | JSON data to send in the request body. | 
| Request URL Or API Endpoint | The URL or API endpoint to communicate with. You may specify either a full URL or a relative endpoint path: For example, for an action in URL {{exists(connection["cyberark_pam_self_hosted"]["api_address"]) ? connection["cyberark_pam_self_hosted"]["api_address"] : connection["cyberark-privilege-cloud"]["api_address"]}}/PasswordVault/API/path it is enough to specify only /path. |