curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"orders": [
{
"orderId": "P123**3124",
"weight": ""
}
],
"planInfoId": "null"
}'
{
"batchNo": "null",
"message": "null",
"successTotal": "",
"total": ""
}