{
"dollarSign": "string",
"dollarSignCn": "string",
"snPrefix": "string",
"marketPriceRate": 0,
"showSelledCount": 0,
"showMarketprice": 0
}
curl --location --request POST '/adminapi/setting/config/saveProduct' \
--header 'Content-Type: application/json' \
--data-raw '{
"dollarSign": "string",
"dollarSignCn": "string",
"snPrefix": "string",
"marketPriceRate": 0,
"showSelledCount": 0,
"showMarketprice": 0
}'