Authorization: Bearer ********************{
"oldAccountId": "3398791",
"newAccountId": "3398793",
"fundCodeList": [
"240003",
"161603"
]
}curl --location --request POST '/ma/holding/fund/move' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldAccountId": "3398791",
"newAccountId": "3398793",
"fundCodeList": [
"240003",
"161603"
]
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": null,
"ok": true
}