Verification.InfoAuthorization: Bearer ********************curl --location --request GET 'https://api.locyanfrp.cn/v2/verification?user_id=' \
--header 'Authorization: Bearer <token>'{
    "status": 200,
    "message": "string",
    "data": {
        "real_name": true,
        "real_person": true,
        "real_person_count": 0
    }
}