Authorization: Bearer ********************{
"fundCode":"1233"
}curl --location --request POST '/ma/activity/collect/eggs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fundCode":"1233"
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"eggType":"normal",
"rewardEggs":10
},
"ok": true
}