{
  "info": {
    "name": "客户管理 - 解除客户授权",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "解除客户授权",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"customerIds\": \"array｜必填，客户ID列表\",\n  \"targetUserId\": \"string｜必填，接收授权的用户ID\",\n  \"targetUserType\": \"string｜可选，用户类型（User/ClientUser）\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/customers/unauthorize",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "customers",
            "unauthorize"
          ]
        }
      },
      "response": []
    }
  ]
}