curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"barcode": "RTI***350",
"customsName": "01425",
"hsCode": "27101991",
"generalTaxRate": 0.1,
"quantity1": 5,
"quantity2": 5
}'
{
"success": true,
"msg": "null"
}