{ "dept_id": 132691544 }
curl --location --request POST 'http://127.0.0.1/topapi/edu/dept/get?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "dept_id": 132691544 }'
{ "result": { "detail": { "nick": "string", "chain": "string", "feature": "string", "name": "string", "contact_type": "string", "dept_type": "string", "dept_id": 0 } }, "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }