{
"pageNumber": 1,
"pageSize": 10,
"deptId": null,
"teamId":null
}
curl --location --request POST 'http://172.20.238.8:48806/ai-portal/metric-web/plugin/activity/dept-info/list' \
--header 'Authorization: Debug UserId=5' \
--header 'Tenantid: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 1,
"pageSize": 10,
"deptId": null,
"teamId":null
}'
{}