{ "id": "string", "deptId": "string", "deptIds": [ "string" ] }
curl --location 'http://localhost:8888/tduck-api//open/system/dept/delete' \ --header 'Content-Type: application/json' \ --data '{ "id": "string", "deptId": "string", "deptIds": [ "string" ] }'
{ "code": 200, "msg": "string", "data": {}, "success": true }