Authorization: Bearer ********************{
"accountId": "3398786",
"adjustHoldingFundReqList": [
{
"fundCode": "001001",
"reduceNum": 20,
"operationDate": "20251113",
"threePoint": "front"
},
{
"fundCode": "001001",
"reduceNum": 30,
"operationDate": "20251113",
"threePoint": "after"
}
]
}curl --location --request POST '/ma/holding/reduce' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "3398786",
"adjustHoldingFundReqList": [
{
"fundCode": "001001",
"reduceNum": 20,
"operationDate": "20251113",
"threePoint": "front"
},
{
"fundCode": "001001",
"reduceNum": 30,
"operationDate": "20251113",
"threePoint": "after"
}
]
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": null,
"ok": true
}