curl --location --request GET 'http://ihrm2-test.itheima.net/api/company/department/1066296800727531520' \ --header 'Authorization: ' \ --header 'Content-Type: text/plain' \ --data-raw ''
{ "success": true, "code": 0, "message": "string", "data": { "id": "string", "pid": "string", "companyId": "string", "name": "string", "code": "string", "manager": "string", "introduce": "string", "createtime": "string" } }