{
"time": "string",
"cate_id": [
"string"
],
"type": 0
}curl --location --request POST 'uni/finance/bill/rank_analysis' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"time": "string",
"cate_id": [
"string"
],
"type": 0
}'{}