{
"fundCode": "1234"
}curl --location --request POST '/ma/bondWindVaneIndex/fundEgg' \
--header 'Content-Type: application/json' \
--data-raw '{
"fundCode": "1234"
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"fundCode": "1234",
"uncollectedEggsNum": 0,
"fixingEggsNum": 0,
"collectingBreakEggs": 0
},
"ok": true
}