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