{
"recordId": "string",
"viewPw": "string"
}
curl --location --request POST '/userPlatform/dy/onlineReport/validViewPw' \
--header 'Content-Type: application/json' \
--data-raw '{
"recordId": "string",
"viewPw": "string"
}'
{
"code": 0,
"message": "",
"data": ""
}