Authorization: Bearer ********************{
"orderBy": "string",
"isDesc": true,
"pageIndex": 0,
"pageSize": 0,
"refreshTotal": true,
"userId": 0,
"account": "string",
"marginType": "6",
"bizType": "0",
"timeRange": {
"begin": 0,
"end": 0
},
"searchKey": "string"
}curl --location --request POST '/iapi/v1/pro/finance/crm/marginrecord/all' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"orderBy": "string",
"isDesc": true,
"pageIndex": 0,
"pageSize": 0,
"refreshTotal": true,
"userId": 0,
"account": "string",
"marginType": "6",
"bizType": "0",
"timeRange": {
"begin": 0,
"end": 0
},
"searchKey": "string"
}'{
"items": [
{
"id": 0,
"userId": 0,
"account": "string",
"amount": 0,
"marginType": "6",
"source": "0",
"sourceOrder": "string",
"remark": "string",
"closingBalance": 0,
"settlementDate": 0,
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"totalCount": 0,
"refreshedTotal": true
}