{
"kdbAccount": "string",
"shopId": "string",
"tempType": "string",
"platform": "KDB"
}
curl --location --request POST '/userPlatform/kdbReply/tempCustom/downloadTemp' \
--header 'Content-Type: application/json' \
--data-raw '{
"kdbAccount": "string",
"shopId": "string",
"tempType": "string",
"platform": "KDB"
}'
{
"code": 0,
"message": "",
"data": null
}