curl --location --request POST 'http://172.20.238.8:48806/ai-portal/metric-web/plugin/code-completion/top-user' \
--header 'Authorization: Debug UserId=5' \
--header 'Tenantid: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2024-10-1",
"endDate": null,
"cycle": "month",
"deptId": null,
"teamId" :null,
"function":"CODE_COMPLETION",
"dimension":"company"
}'
{}