{
"AccountId": 0,
"EndTime": "string",
"IncomeExpense": "income",
"Limit": 0,
"StartTime": "string"
}
curl --location --request GET 'https://m1.apifoxmock.com/m1/2374708-0-default/account//transaction/category/amount/rank' \
--header 'User-Agent;' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzZXJ2ZXIiLCJzdWIiOiJ1c2VyIiwiZXhwIjoxNzM3ODYwNjU4LCJqdGkiOiI3In0.WX93iCJi26EskXhVZ-uc4LXVtRIyeV110mi9_COARzU' \
--header 'Content-Type: application/json' \
--data-raw '{
"AccountId": 0,
"EndTime": "string",
"IncomeExpense": "income",
"Limit": 0,
"StartTime": "string"
}'
{
"Data": {
"List": [
{
"Amount": 0,
"Category": {
"AccountId": 0,
"Icon": "string",
"Id": 0,
"IncomeExpense": "income",
"Name": "string"
},
"Count": 0
}
]
},
"Msg": "success"
}