{
"userId": "string"
}
curl --location --request POST 'https://www.plaso.cn/dataentry/dataentry/user/recover' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string"
}'
{
"msg": "remote call success",
"code": 0,
"obj": {
"result": true
},
"reqId": "1757495689251_0.02088239597035657_dataentry2003",
"reqTime": 1757495689251,
"execTime": 111
}