{
"AccountId": 0
}
curl --location --request GET 'https://m1.apifoxmock.com/m1/2374708-0-default/user/home' \
--header 'User-Agent;' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzZXJ2ZXIiLCJzdWIiOiJ1c2VyIiwiZXhwIjoxNzM3ODYwNjU4LCJqdGkiOiI3In0.WX93iCJi26EskXhVZ-uc4LXVtRIyeV110mi9_COARzU' \
--header 'Content-Type: application/json' \
--data-raw '{
"AccountId": 0
}'
{
"Data": {
"HeaderCard": {
"EndTime": "string",
"Expense": {
"Amount": 0,
"Count": 0
},
"Income": {
"Amount": 0,
"Count": 0
},
"StartTime": "string"
},
"TimePeriodStatistics": {
"TodayData": {
"EndTime": "string",
"Expense": {
"Amount": 0,
"Count": 0
},
"Income": {
"Amount": 0,
"Count": 0
},
"StartTime": "string"
},
"WeekData": {
"EndTime": "string",
"Expense": {
"Amount": 0,
"Count": 0
},
"Income": {
"Amount": 0,
"Count": 0
},
"StartTime": "string"
},
"YearData": {
"EndTime": "string",
"Expense": {
"Amount": 0,
"Count": 0
},
"Income": {
"Amount": 0,
"Count": 0
},
"StartTime": "string"
},
"YesterdayData": {
"EndTime": "string",
"Expense": {
"Amount": 0,
"Count": 0
},
"Income": {
"Amount": 0,
"Count": 0
},
"StartTime": "string"
}
}
},
"Msg": "success"
}