{
"userId": "string",
"platform": 0,
"itemId": 0,
"skuId": "string",
"itemTitle": "string",
"itemPic": "string",
"mpId": "string",
"mpSkuId": "string",
"price": 0,
"promotionPrice": 0,
"properties": "string",
"quantity": 0,
"shopId": 0,
"shopName": "string",
"skuQuantity": "string",
"userNick": "string"
}curl --location 'https://www.xportcn.com/api/open/cart/add' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{
"userId": "string",
"platform": 0,
"itemId": 0,
"skuId": "string",
"itemTitle": "string",
"itemPic": "string",
"mpId": "string",
"mpSkuId": "string",
"price": 0,
"promotionPrice": 0,
"properties": "string",
"quantity": 0,
"shopId": 0,
"shopName": "string",
"skuQuantity": "string",
"userNick": "string"
}'{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": false
}