{
"orgType": 0,
"year":2023,
"flag":2
}curl --location --request POST 'https://crm-dev.e-lansen.com/api/report/bossBoard/queryRelatedHopper' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgType": 0,
"year":2023,
"flag":2
}'{
"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
}