{"year":"2026","month":"3","flag":""}curl --location --request POST 'https://crm-dev.e-lansen.com/api/report/bossBoard/queryFeeRank' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{"year":"2026","month":"3","flag":""}'{
"data": [
{
"year": "string",
"relatedCount": 0,
"followRelatedCount": 0,
"clueCount": 0,
"projectCount": 0,
"convertCount": 0,
"convertRepeatCount": 0,
"clueRate": null,
"amount": 0,
"costAmount": 0,
"projectRate": null,
"convertRate": null,
"convertRepeatRate": null,
"customerType": null,
"grossProfitRate": 0,
"averageAmount": 0
}
],
"code": 0,
"msg": "string",
"desc": null
}