{
"kdbAccountList": [
"string"
]
}
curl --location --request POST '/userPlatform/kdb/review/queryShopByKdbAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
"kdbAccountList": [
"string"
]
}'
{
"code": 0,
"message": "",
"data": null
}