curl --location --request POST 'http://dev-cn.your-api-server.com/poi/sku/sync/' \
--header 'Content-Type: application/json' \
--data-raw '{
"skus": [
{
"attributes": {
"1301": "string"
},
"price": 0,
"status": 0,
"stock": 0
}
],
"spu_ext_id": "string"
}'
{
"data": {
"description": "string",
"error_code": "string"
}
}