{
"AccountId": 0,
"Amount": 0,
"CategoryId": 0,
"IncomeExpense": "income",
"Remark": "string",
"TradeTime": "string",
"UserId": 0
}
curl --location --request PUT 'https://m1.apifoxmock.com/m1/2374708-0-default/account//transaction/' \
--header 'User-Agent;' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzZXJ2ZXIiLCJzdWIiOiJ1c2VyIiwiZXhwIjoxNzM3ODYwNjU4LCJqdGkiOiI3In0.WX93iCJi26EskXhVZ-uc4LXVtRIyeV110mi9_COARzU' \
--header 'Content-Type: application/json' \
--data-raw '{
"AccountId": 0,
"Amount": 0,
"CategoryId": 0,
"IncomeExpense": "income",
"Remark": "string",
"TradeTime": "string",
"UserId": 0
}'
{
"Data": {
"AccountId": 0,
"AccountName": "string",
"Amount": 0,
"CategoryFatherName": "string",
"CategoryIcon": "string",
"CategoryId": 0,
"CategoryName": "string",
"CreateTime": "string",
"Id": 0,
"IncomeExpense": "income",
"RecordType": 0,
"Remark": "string",
"TradeTime": "string",
"UpdateTime": "string",
"UserId": 0,
"UserName": "string"
},
"Msg": "success"
}