{
"kdbAccount": "string",
"shopId": "string"
}
curl --location --request POST '/userPlatform/kdb/shop/querySetting' \
--header 'Content-Type: application/json' \
--data-raw '{
"kdbAccount": "string",
"shopId": "string"
}'
{
"code": 0,
"message": "",
"data": null
}