{
"quantity": 0,
"id": 0,
"updateTime": "string"
}
curl --location --request POST 'https://api.pandapon.com/alibaba/cart/edit-quantity' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"quantity": 0,
"id": 0,
"updateTime": "string"
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": false
}