curl --location --request PUT 'https://console.nezhachuhai.com/v1/admin/biz/product' \
--header 'Authorization: Bearer 1_1' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"description": "string",
"type": "PLATFORM_SHOP_RENEW",
"salePriceAmount": 0,
"originalPriceAmount": 0,
"paymentMethod": [
"ACCOUNT_BALANCE"
],
"value": "string",
"enable": true,
"sort": 0,
"multiValue": {
"type": "PLATFORM_SHOP_RENEW",
"value": "string",
"resourcePoints": 0,
"mediaLibrarySize": 0,
"followSellNum": 0,
"followSellCollectionNum": 0,
"listingNum": 0,
"listingCollectionNum": 0,
"duration": 0
},
"id": 0
}'