Authorization: Bearer ********************
curl --location --request GET '/account//block-entry?startTime=&endTime=&pageSize=&pageNumber='
{
"content": [
{
"id": 101,
"balanceAccountId": "AC1000002001",
"type": "Unblock",
"amount": 100,
"blockBalance": 900,
"remark": "payment canceled",
"time": "2024-09-10T08:38:38.000+00:00"
},
{
"id": 100,
"balanceAccountId": "AC1000002001",
"type": "Block",
"amount": 1000,
"blockBalance": 1000,
"remark": "payment",
"time": "2024-09-10T08:38:01.000+00:00"
}
]
}