Authorization: Bearer ********************{
"fundCode":"006082"
}curl --location --request POST '/ma/bondWindVaneIndex/pool/info' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fundCode":"006082"
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"id": "11403",
"fundCode": "006082",
"fundDate": "20240506",
"shortName": "鑫元全利一年定期开放债券发起式(A类)",
"fundDateStr": "05-06",
"dayRise": 0.06,
"monthRise": 0.29,
"yearRise": 3.91,
"score": 51,
"intervalIncome": 32,
"maxRetrace": 0,
"dailyWinRate": 5,
"scale": 10,
"feeRate": 4,
"followStatus": "unfo"
},
"ok": true
}