跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
Authorization: Bearer ********************{
"sku": "string",
"type": 0,
"apply_num": 0,
"remark": "string"
}curl --location --request POST '/v2/destroy/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sku": "string",
"type": 0,
"apply_num": 0,
"remark": "string"
}'{
"meta": {
"code": "string",
"msg": "string"
},
"response": {}
}