Authorization: Bearer ********************
curl --location --request GET 'https://s.hancel.org/api/cashflow/search?type=&eq_from=&page=1&size=50'
{
"data": {
"rows": [
{
"id": "string",
"createdAt": 0,
"updatedAt": 0,
"username": "string",
"type": "string",
"counterparty": "string",
"description": "string",
"payment": "string",
"amount": "string",
"status": "string",
"category": "string",
"orderNumber": "string",
"merchantNumber": "string",
"transactionTime": "string",
"remark": "string",
"from": "string"
}
],
"total": 0
},
"code": 0,
"message": "string"
}