{
"shopId": "string",
"platform": "Multi.Platform.KDB"
}
curl --location --request POST '/userPlatform/kdbReply/temp/findReplyTempShop' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": "string",
"platform": "Multi.Platform.KDB"
}'
{
"code": 0,
"message": "",
"data": null
}