curl --location --request POST 'http://dev-cn.your-api-server.com/poi/v2/spu/sync/' \
--header 'Content-Type: application/json' \
--data-raw '{
"supplier_ext_id_list": {},
"price": "string",
"origin_price": "string",
"attribute": {
"101": {},
"3001": {},
"9001": {},
"9101": {}
},
"name": "string",
"spu_type": 0,
"status": 0,
"stock": 0
}'
{
"data": {
"description": "string",
"error_code": "string",
"spu_id": "string"
}
}