Authorization: Bearer ********************{
"userId": 0,
"account": "string",
"direction": "1",
"marginType": "6",
"transBizType": "0",
"amount": 0,
"sourceOrder": "string",
"remark": "string",
"expiration": 0
}curl --location --request POST '/iapi/v1/pro/finance/crm/marginrecord/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"userId": 0,
"account": "string",
"direction": "1",
"marginType": "6",
"transBizType": "0",
"amount": 0,
"sourceOrder": "string",
"remark": "string",
"expiration": 0
}'