curl --request POST \
--url https://api.example.com/api/Reporting/CustomTopPerformers \
--header 'Content-Type: application/json' \
--data '
{
"noOfTopConsultants": 123,
"reportPeriod": 1,
"userFilterTypeID": 1,
"userFilterID": "<string>",
"dashboardId": 123
}
'