Authorization: Bearer ********************
{
"websiteName": "测试",
"websiteUrl": "https://www.baidu.com",
"currencies": "USD",
"areas": "美国",
"singleAmt": 123,
"monthAvgNum": 100
}
curl --location --request POST '/admin/merchant/mch/website/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"websiteName": "测试",
"websiteUrl": "https://www.baidu.com",
"currencies": "USD",
"areas": "美国",
"singleAmt": 123,
"monthAvgNum": 100
}'
{}