{ "id": "string", "number": 0 }
curl --location --request POST '/api/front/cart/num' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "string", "number": 0 }'
{ "code": 0, "message": "", "data": "" }