Authorization: Bearer ********************curl --location --request POST '/receiptPayment/searchFlowingPage' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"id": 0,
"employeeId": 0,
"employeeName": "string",
"employeePhone": "string",
"withdrawalCode": "string",
"title": "string",
"type": "string",
"amount": 0,
"receiptAccount": "string",
"withdrawalPlatform": "string",
"status": "string",
"remark": "string",
"isDelete": "string"
}
],
"code": 0,
"msg": "string"
}