{ "bizType": "creator", "bizIds": [ "string" ], "reason": "string" }
curl --location 'http://open.tabcut.com:8090/api/blacklist/block' \ --header 'x-appKey: ' \ --header 'x-timestamp: {{x-timestamp}}' \ --header 'x-sign: {{x-sign}}' \ --header 'Content-Type: application/json' \ --data '{ "bizType": "creator", "bizIds": [ "string" ], "reason": "string" }'
{ "code": "200", "message": "Success!", "result": 5, "serverTime": "2026-05-07 14:00:00" }