{
"ids": "1024,2048",
"selected": true
}curl --location --request PUT 'http://139.198.190.189:58080/app-api/trade/cart/update-selected' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": "1024,2048",
"selected": true
}'{
"code": 0,
"data": true,
"msg": "string"
}