{
"Limit": 0,
"Offset": 0
}
curl --location --request GET 'https://m1.apifoxmock.com/m1/2374708-0-default/account//transaction/timing/list' \
--header 'User-Agent;' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzZXJ2ZXIiLCJzdWIiOiJ1c2VyIiwiZXhwIjoxNzM3ODYwNjU4LCJqdGkiOiI3In0.WX93iCJi26EskXhVZ-uc4LXVtRIyeV110mi9_COARzU' \
--header 'Content-Type: application/json' \
--data-raw '{
"Limit": 0,
"Offset": 0
}'
{
"Data": {
"List": [
{
"Config": {
"AccountId": 0,
"Close": true,
"CreatedAt": "string",
"Id": 0,
"NextTime": "string",
"OffsetDays": 0,
"Type": "once",
"UpdatedAt": "string",
"UserId": 0,
"Username": "string"
},
"Trans": {
"AccountId": 0,
"AccountName": "string",
"Amount": 0,
"CategoryFatherName": "string",
"CategoryIcon": "string",
"CategoryId": 0,
"CategoryName": "string",
"Id": 0,
"IncomeExpense": "income",
"Remark": "string",
"TradeTime": "string",
"UserId": 0,
"UserName": "string"
}
}
]
},
"Msg": "success"
}