{
"id": ""
}curl --location --request POST '/ma/activity/basket/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": ""
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"totalEggs": "1260",
"unusedEggs": "1080",
"eggNum": 21,
"canExchange": true,
"targetEggs": "12",
"exchangeNum": "51",
"fixedEggsNum": "0",
"fixingEggsNum": "0"
},
"ok": true
}