[2,3,4,5,6]
curl --location --request DELETE '127.0.0.1:8400/user/product' \ --header 'satoken: ' \ --header 'Content-Type: application/json' \ --data-raw '[2,3,4,5,6]'
{ "code": 200, "msg": "string", "data": "string" }