{
"personApplyEnabled": 0,
"merchantApplyNeedCheck": 0,
"maxShopCount": "string",
"shopAgreement": "string"
}
curl --location --request POST '/adminapi/setting/config/saveMerchant' \
--header 'Content-Type: application/json' \
--data-raw '{
"personApplyEnabled": 0,
"merchantApplyNeedCheck": 0,
"maxShopCount": "string",
"shopAgreement": "string"
}'