{
    "pageStart": 0,
    "pageSize": 10,
    "dataStr": "20250901"
}curl --location --request POST 'https://www.plaso.cn/dataentry/points/getPointDetails' \
--header 'Content-Type: application/json' \
--data-raw '{
    "pageStart": 0,
    "pageSize": 10,
    "dataStr": "20250901"
}'{
    "msg": "remote call success",
    "code": 0,
    "obj": {
        "total": 9,
        "rs": [
            {
                "userId": 32662548,
                "score": 21,
                "time": 1755076035967,
                "type": 205,
                "desc": "004"
            }
        ]
    }
}