{ "selected": true, "ids": [ "300247947", "300265327" ] }
curl --location --request PUT '/member/cart/selected' \ --header 'Authorization: {{ERABBIT_ACCESS_TOKEN}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "selected": true, "ids": [ "300247947", "300265327" ] }'
{ "code": "1", "msg": "操作成功", "result": null }