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