{
"fundCode": "004888",
"sharerId": "1",
"fundDate": "20240506"
}curl --location --request POST '/ma/activity/share/receive' \
--header 'Content-Type: application/json' \
--data-raw '{
"fundCode": "004888",
"sharerId": "1",
"fundDate": "20240506"
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"eggType": "normal",
"rewardEggs": 3,
"exchangeTarget": 15
},
"ok": true
}