Authorization: Bearer ********************
curl --location --request GET 'https://s.hancel.org/api/cashflow/'
{
"data": {
"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"
},
"code": 0,
"message": "string"
}