Authorization: Bearer ********************{"pageSize":10,"pageNum":1,"keywords":"001065"}curl --location --request POST '/ma/bondWindVaneIndex/search/V2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{"pageSize":10,"pageNum":1,"keywords":"001065"}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"totalCount": 1,
"totalPage": 1,
"currentPage": 1,
"list": [
{
"fundCode": "001065",
"shortName": "华夏海外收益债券(QDII)A(美元现汇)",
"yearRise": 14.98,
"followStatus": null
}
]
},
"ok": true
}