{
  "count": 3,
  "next": "string",
  "previous": "string",
  "results": [
    {
      "id": 6,
      "url": "string",
      "display": "string",
      "content_types": [
        "string",
        "string"
      ],
      "name": "string",
      "type_create": true,
      "type_update": false,
      "type_delete": false,
      "payload_url": "string",
      "enabled": false,
      "http_method": "PATCH",
      "http_content_type": "string",
      "additional_headers": "string",
      "body_template": "string",
      "secret": "string",
      "conditions": {},
      "ssl_verification": false,
      "ca_file_path": "string",
      "created": "string",
      "last_updated": "string"
    },
    {
      "id": 9,
      "url": "string",
      "display": "string",
      "content_types": [
        "string",
        "string",
        "string",
        "string",
        "string",
        "string",
        "string",
        "string",
        "string"
      ],
      "name": "string",
      "type_create": true,
      "type_update": true,
      "type_delete": true,
      "payload_url": "string",
      "enabled": true,
      "http_method": "DELETE",
      "http_content_type": "string",
      "additional_headers": "string",
      "body_template": "string",
      "secret": "string",
      "conditions": {},
      "ssl_verification": false,
      "ca_file_path": "string",
      "created": "string",
      "last_updated": "string"
    }
  ]
}