Authorization: Bearer ********************{
"fundCodeList": [
"070005",
"160602"
]
}curl --location --request POST '/ma/customer/follow/fund/batch/batchAddFollow' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fundCodeList": [
"070005",
"160602"
]
}'{}