Authorization: Bearer ********************{
"accountId": "string",
"adjustHoldingFundReqList": [
{
"fundCode": "string",
"holdingAmount": 0,
"buyRate": 0,
"operationDate": "string",
"threePoint": "string"
}
]
}curl --location --request POST '/ma/holding/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "string",
"adjustHoldingFundReqList": [
{
"fundCode": "string",
"holdingAmount": 0,
"buyRate": 0,
"operationDate": "string",
"threePoint": "string"
}
]
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": null,
"ok": true
}