Authorization: Bearer ********************{
"customerId": 0,
"accountId": 0,
"fundCodeList": [
"string"
]
}curl --location --request POST '/ma/holding/fund/del' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 0,
"accountId": 0,
"fundCodeList": [
"string"
]
}'{
"ret": 0,
"msg": "",
"err": "",
"data": null
}