Authorization: Bearer ********************{
"fundCode": "string"
}curl --location --request POST '/ma/holding/fund/account' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fundCode": "string"
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": [
{
"accountId": "3398787",
"accountName": "理财通",
"totalAssets": null,
"dayProfit": null,
"dayYields": null,
"rank": 3
},
{
"accountId": "3398786",
"accountName": "支付宝",
"totalAssets": null,
"dayProfit": null,
"dayYields": null,
"rank": 2
}
],
"ok": true
}