{
"year": "2025",
"month": "12",
"orgType": 1,
"tobLevel": "",
"approvalType": "",
"amountScope": ""
}curl --location --request POST 'https://crm-dev.e-lansen.com/api/report/bossBoard/queryAfterDetail' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": "2025",
"month": "12",
"orgType": 1,
"tobLevel": "",
"approvalType": "",
"amountScope": ""
}'{}