{
"product_id": "242ff529-c82f-44de-9b89-3bfe335bc2a7",
"title": "5斤装拼盘",
"stock_type": 1,
"stock": 100,
"price": 100,
"direct_sales": 98,
"img": "https://xxx.com/xx.png"
}
curl --location --request POST 'https://mesh.apinb.com//mall.Product.CreateSpec' \
--header 'Request-Id;' \
--header 'Workspace;' \
--header 'Authorization: YAb6b3m/PsSCMTmXqMyLHu5V4zv4CqqhxDoVzMRc1LHrA8FFjgA2pv293BRlA/aWEi/n0fedA19ZcACeMC3rvJRJ5VeBk/H/zCtMHtCYVnR2lG9qZL2K2oxtt1BNEW1deyP4wF6IosQ5qBTpC/n7bGfzBdty9AGlfoBSFu9R8XE=' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": "242ff529-c82f-44de-9b89-3bfe335bc2a7",
"title": "5斤装拼盘",
"stock_type": 1,
"stock": 100,
"price": 100,
"direct_sales": 98,
"img": "https://xxx.com/xx.png"
}'
{
"identity": "742eb576-a144-4a79-95a8-c08b20e19827"
}