Authorization: Bearer ********************curl --location --request GET '/iapi/v1/pro/finance/crm/bankreceive/unboundlist' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"referenceNumber": "string",
"time": 0,
"name": "string",
"currency": "string",
"amount": 0,
"bankCardNo": "string"
}
],
"totalCount": 0,
"refreshedTotal": true
}